Skip to content

Commit 6be6f89

Browse files
author
ijsf@gmx-topmail.de
committed
Cleanup pass 1
0 parents  commit 6be6f89

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+23574
-0
lines changed

mak.vs2003/lua5.1.sln

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Microsoft Visual Studio Solution File, Format Version 8.00
2+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua5.1_dll", "lua5.1_dll.vcproj", "{8EEECEE6-A6EC-BC48-8E76-22B87825444B}"
3+
ProjectSection(ProjectDependencies) = postProject
4+
EndProjectSection
5+
EndProject
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lua5.1_lib", "lua5.1_lib.vcproj", "{E2629417-52DF-854E-B510-C15A87AB4BE3}"
7+
ProjectSection(ProjectDependencies) = postProject
8+
EndProjectSection
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfiguration) = preSolution
12+
Debug = Debug
13+
Release = Release
14+
EndGlobalSection
15+
GlobalSection(ProjectDependencies) = postSolution
16+
EndGlobalSection
17+
GlobalSection(ProjectConfiguration) = postSolution
18+
{8EEECEE6-A6EC-BC48-8E76-22B87825444B}.Debug.ActiveCfg = Debug|Win32
19+
{8EEECEE6-A6EC-BC48-8E76-22B87825444B}.Debug.Build.0 = Debug|Win32
20+
{8EEECEE6-A6EC-BC48-8E76-22B87825444B}.Release.ActiveCfg = Release|Win32
21+
{8EEECEE6-A6EC-BC48-8E76-22B87825444B}.Release.Build.0 = Release|Win32
22+
{E2629417-52DF-854E-B510-C15A87AB4BE3}.Debug.ActiveCfg = Debug|Win32
23+
{E2629417-52DF-854E-B510-C15A87AB4BE3}.Debug.Build.0 = Debug|Win32
24+
{E2629417-52DF-854E-B510-C15A87AB4BE3}.Release.ActiveCfg = Release|Win32
25+
{E2629417-52DF-854E-B510-C15A87AB4BE3}.Release.Build.0 = Release|Win32
26+
EndGlobalSection
27+
GlobalSection(ExtensibilityGlobals) = postSolution
28+
EndGlobalSection
29+
GlobalSection(ExtensibilityAddIns) = postSolution
30+
EndGlobalSection
31+
EndGlobal

mak.vs2003/lua5.1_dll.vcproj

Lines changed: 227 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
<?xml version="1.0" encoding="Windows-1252"?>
2+
<VisualStudioProject
3+
ProjectType="Visual C++"
4+
Version="7.10"
5+
Name="lua5.1_dll"
6+
ProjectGUID="{8EEECEE6-A6EC-BC48-8E76-22B87825444B}"
7+
Keyword="Win32Proj">
8+
<Platforms>
9+
<Platform
10+
Name="Win32"/>
11+
</Platforms>
12+
<Configurations>
13+
<Configuration
14+
Name="Debug|Win32"
15+
OutputDirectory="../../"
16+
IntermediateDirectory="../obj/lua5.1_dll/Debug"
17+
ConfigurationType="2"
18+
CharacterSet="2">
19+
<Tool
20+
Name="VCCLCompilerTool"
21+
Optimization="0"
22+
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
23+
MinimalRebuild="TRUE"
24+
BasicRuntimeChecks="3"
25+
RuntimeLibrary="3"
26+
EnableFunctionLevelLinking="TRUE"
27+
RuntimeTypeInfo="TRUE"
28+
UsePrecompiledHeader="2"
29+
WarningLevel="3"
30+
Detect64BitPortabilityProblems="TRUE"
31+
DebugInformationFormat="4"
32+
CompileAs="1"/>
33+
<Tool
34+
Name="VCCustomBuildTool"/>
35+
<Tool
36+
Name="VCLinkerTool"
37+
OutputFile="$(OutDir)/lua5.1d.dll"
38+
LinkIncremental="2"
39+
AdditionalLibraryDirectories="../lib"
40+
ModuleDefinitionFile="../src/lua5.1.def"
41+
GenerateDebugInformation="TRUE"
42+
ProgramDatabaseFile="$(OutDir)/lua5.1.pdb"
43+
SubSystem="2"
44+
ImportLibrary="../../../../Shared/publicsdk/lib/lua5.1d.lib"
45+
TargetMachine="1"/>
46+
<Tool
47+
Name="VCMIDLTool"/>
48+
<Tool
49+
Name="VCPostBuildEventTool"/>
50+
<Tool
51+
Name="VCPreBuildEventTool"/>
52+
<Tool
53+
Name="VCPreLinkEventTool"/>
54+
<Tool
55+
Name="VCResourceCompilerTool"
56+
AdditionalIncludeDirectories="../include"/>
57+
<Tool
58+
Name="VCWebServiceProxyGeneratorTool"/>
59+
<Tool
60+
Name="VCXMLDataGeneratorTool"/>
61+
<Tool
62+
Name="VCWebDeploymentTool"/>
63+
<Tool
64+
Name="VCManagedWrapperGeneratorTool"/>
65+
<Tool
66+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67+
</Configuration>
68+
<Configuration
69+
Name="Release|Win32"
70+
OutputDirectory="../../"
71+
IntermediateDirectory="../obj/lua5.1_dll/Release"
72+
ConfigurationType="2"
73+
CharacterSet="2">
74+
<Tool
75+
Name="VCCLCompilerTool"
76+
Optimization="3"
77+
AdditionalIncludeDirectories="../../../Shared/publicsdk/lua/include"
78+
StringPooling="TRUE"
79+
RuntimeLibrary="2"
80+
EnableFunctionLevelLinking="TRUE"
81+
RuntimeTypeInfo="TRUE"
82+
UsePrecompiledHeader="2"
83+
WarningLevel="3"
84+
Detect64BitPortabilityProblems="TRUE"
85+
DebugInformationFormat="0"
86+
CompileAs="1"/>
87+
<Tool
88+
Name="VCCustomBuildTool"/>
89+
<Tool
90+
Name="VCLinkerTool"
91+
OutputFile="$(OutDir)/lua5.1.dll"
92+
LinkIncremental="1"
93+
AdditionalLibraryDirectories="../lib"
94+
ModuleDefinitionFile="../src/lua5.1.def"
95+
GenerateDebugInformation="FALSE"
96+
SubSystem="2"
97+
OptimizeReferences="2"
98+
EnableCOMDATFolding="2"
99+
ImportLibrary="../../../../Shared/publicsdk/lib/lua5.1.lib"
100+
TargetMachine="1"/>
101+
<Tool
102+
Name="VCMIDLTool"/>
103+
<Tool
104+
Name="VCPostBuildEventTool"/>
105+
<Tool
106+
Name="VCPreBuildEventTool"/>
107+
<Tool
108+
Name="VCPreLinkEventTool"/>
109+
<Tool
110+
Name="VCResourceCompilerTool"
111+
AdditionalIncludeDirectories="../include"/>
112+
<Tool
113+
Name="VCWebServiceProxyGeneratorTool"/>
114+
<Tool
115+
Name="VCXMLDataGeneratorTool"/>
116+
<Tool
117+
Name="VCWebDeploymentTool"/>
118+
<Tool
119+
Name="VCManagedWrapperGeneratorTool"/>
120+
<Tool
121+
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
122+
</Configuration>
123+
</Configurations>
124+
<References>
125+
</References>
126+
<Files>
127+
<Filter
128+
Name="src"
129+
Filter="">
130+
<File
131+
RelativePath="..\src\lapi.c">
132+
</File>
133+
<File
134+
RelativePath="..\src\lauxlib.c">
135+
</File>
136+
<File
137+
RelativePath="..\src\lbaselib.c">
138+
</File>
139+
<File
140+
RelativePath="..\src\lcode.c">
141+
</File>
142+
<File
143+
RelativePath="..\src\ldblib.c">
144+
</File>
145+
<File
146+
RelativePath="..\src\ldebug.c">
147+
</File>
148+
<File
149+
RelativePath="..\src\ldo.c">
150+
</File>
151+
<File
152+
RelativePath="..\src\ldump.c">
153+
</File>
154+
<File
155+
RelativePath="..\src\lfunc.c">
156+
</File>
157+
<File
158+
RelativePath="..\src\lgc.c">
159+
</File>
160+
<File
161+
RelativePath="..\src\linit.c">
162+
</File>
163+
<File
164+
RelativePath="..\src\liolib.c">
165+
</File>
166+
<File
167+
RelativePath="..\src\llex.c">
168+
</File>
169+
<File
170+
RelativePath="..\src\lmathlib.c">
171+
</File>
172+
<File
173+
RelativePath="..\src\lmem.c">
174+
</File>
175+
<File
176+
RelativePath="..\src\loadlib.c">
177+
</File>
178+
<File
179+
RelativePath="..\src\lobject.c">
180+
</File>
181+
<File
182+
RelativePath="..\src\lopcodes.c">
183+
</File>
184+
<File
185+
RelativePath="..\src\loslib.c">
186+
</File>
187+
<File
188+
RelativePath="..\src\lparser.c">
189+
</File>
190+
<File
191+
RelativePath="..\src\lstate.c">
192+
</File>
193+
<File
194+
RelativePath="..\src\lstring.c">
195+
</File>
196+
<File
197+
RelativePath="..\src\lstrlib.c">
198+
</File>
199+
<File
200+
RelativePath="..\src\ltable.c">
201+
</File>
202+
<File
203+
RelativePath="..\src\ltablib.c">
204+
</File>
205+
<File
206+
RelativePath="..\src\ltm.c">
207+
</File>
208+
<File
209+
RelativePath="..\src\lua5.1.def">
210+
</File>
211+
<File
212+
RelativePath="..\src\lundump.c">
213+
</File>
214+
<File
215+
RelativePath="..\src\lvm.c">
216+
</File>
217+
<File
218+
RelativePath="..\src\lzio.c">
219+
</File>
220+
<File
221+
RelativePath="..\src\print.c">
222+
</File>
223+
</Filter>
224+
</Files>
225+
<Globals>
226+
</Globals>
227+
</VisualStudioProject>

0 commit comments

Comments
 (0)