Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/mak.vs2005/lua5.1_dll.vcproj @ 65

Last change on this file since 65 was 28, checked in by landauf, 16 years ago
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="lua5.1_dll"
6        ProjectGUID="{7243E30E-52D9-384A-91A2-C8783F1F808B}"
7        RootNamespace="lua5.1_dll"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="../bin"
21                        IntermediateDirectory="../obj/lua5.1_dll/Debug"
22                        ConfigurationType="2"
23                        CharacterSet="2"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                Optimization="0"
43                                AdditionalIncludeDirectories="../include"
44                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;DEBUG"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                EnableFunctionLevelLinking="true"
49                                UsePrecompiledHeader="0"
50                                WarningLevel="3"
51                                Detect64BitPortabilityProblems="true"
52                                DebugInformationFormat="4"
53                        />
54                        <Tool
55                                Name="VCManagedResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCResourceCompilerTool"
59                                AdditionalIncludeDirectories="../include"
60                        />
61                        <Tool
62                                Name="VCPreLinkEventTool"
63                        />
64                        <Tool
65                                Name="VCLinkerTool"
66                                OutputFile="$(OutDir)/lua5.1.dll"
67                                LinkIncremental="2"
68                                AdditionalLibraryDirectories="../lib"
69                                GenerateManifest="false"
70                                ModuleDefinitionFile="../src/lua5.1.def"
71                                GenerateDebugInformation="true"
72                                ProgramDatabaseFile="$(OutDir)/lua5.1.pdb"
73                                SubSystem="2"
74                                ImportLibrary="../lib/lua5.1.lib"
75                                TargetMachine="1"
76                        />
77                        <Tool
78                                Name="VCALinkTool"
79                        />
80                        <Tool
81                                Name="VCManifestTool"
82                        />
83                        <Tool
84                                Name="VCXDCMakeTool"
85                        />
86                        <Tool
87                                Name="VCBscMakeTool"
88                        />
89                        <Tool
90                                Name="VCFxCopTool"
91                        />
92                        <Tool
93                                Name="VCAppVerifierTool"
94                        />
95                        <Tool
96                                Name="VCWebDeploymentTool"
97                        />
98                        <Tool
99                                Name="VCPostBuildEventTool"
100                        />
101                </Configuration>
102                <Configuration
103                        Name="Release|Win32"
104                        OutputDirectory="../bin"
105                        IntermediateDirectory="../obj/lua5.1_dll/Release"
106                        ConfigurationType="2"
107                        CharacterSet="2"
108                        >
109                        <Tool
110                                Name="VCPreBuildEventTool"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                Optimization="3"
127                                AdditionalIncludeDirectories="../include"
128                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
129                                StringPooling="true"
130                                RuntimeLibrary="2"
131                                EnableFunctionLevelLinking="true"
132                                UsePrecompiledHeader="0"
133                                WarningLevel="3"
134                                Detect64BitPortabilityProblems="true"
135                                DebugInformationFormat="0"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                                AdditionalIncludeDirectories="../include"
143                        />
144                        <Tool
145                                Name="VCPreLinkEventTool"
146                        />
147                        <Tool
148                                Name="VCLinkerTool"
149                                OutputFile="$(OutDir)/lua5.1.dll"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="../lib"
152                                GenerateManifest="false"
153                                ModuleDefinitionFile="../src/lua5.1.def"
154                                GenerateDebugInformation="false"
155                                SubSystem="2"
156                                OptimizeReferences="2"
157                                EnableCOMDATFolding="2"
158                                ImportLibrary="../lib/lua5.1.lib"
159                                TargetMachine="1"
160                        />
161                        <Tool
162                                Name="VCALinkTool"
163                        />
164                        <Tool
165                                Name="VCManifestTool"
166                        />
167                        <Tool
168                                Name="VCXDCMakeTool"
169                        />
170                        <Tool
171                                Name="VCBscMakeTool"
172                        />
173                        <Tool
174                                Name="VCFxCopTool"
175                        />
176                        <Tool
177                                Name="VCAppVerifierTool"
178                        />
179                        <Tool
180                                Name="VCWebDeploymentTool"
181                        />
182                        <Tool
183                                Name="VCPostBuildEventTool"
184                        />
185                </Configuration>
186        </Configurations>
187        <References>
188        </References>
189        <Files>
190                <Filter
191                        Name="src"
192                        >
193                        <File
194                                RelativePath="..\src\lapi.c"
195                                >
196                        </File>
197                        <File
198                                RelativePath="..\src\lauxlib.c"
199                                >
200                        </File>
201                        <File
202                                RelativePath="..\src\lbaselib.c"
203                                >
204                        </File>
205                        <File
206                                RelativePath="..\src\lcode.c"
207                                >
208                        </File>
209                        <File
210                                RelativePath="..\src\ldblib.c"
211                                >
212                        </File>
213                        <File
214                                RelativePath="..\src\ldebug.c"
215                                >
216                        </File>
217                        <File
218                                RelativePath="..\src\ldo.c"
219                                >
220                        </File>
221                        <File
222                                RelativePath="..\src\ldump.c"
223                                >
224                        </File>
225                        <File
226                                RelativePath="..\src\lfunc.c"
227                                >
228                        </File>
229                        <File
230                                RelativePath="..\src\lgc.c"
231                                >
232                        </File>
233                        <File
234                                RelativePath="..\src\linit.c"
235                                >
236                        </File>
237                        <File
238                                RelativePath="..\src\liolib.c"
239                                >
240                        </File>
241                        <File
242                                RelativePath="..\src\llex.c"
243                                >
244                        </File>
245                        <File
246                                RelativePath="..\src\lmathlib.c"
247                                >
248                        </File>
249                        <File
250                                RelativePath="..\src\lmem.c"
251                                >
252                        </File>
253                        <File
254                                RelativePath="..\src\loadlib.c"
255                                >
256                        </File>
257                        <File
258                                RelativePath="..\src\lobject.c"
259                                >
260                        </File>
261                        <File
262                                RelativePath="..\src\lopcodes.c"
263                                >
264                        </File>
265                        <File
266                                RelativePath="..\src\loslib.c"
267                                >
268                        </File>
269                        <File
270                                RelativePath="..\src\lparser.c"
271                                >
272                        </File>
273                        <File
274                                RelativePath="..\src\lstate.c"
275                                >
276                        </File>
277                        <File
278                                RelativePath="..\src\lstring.c"
279                                >
280                        </File>
281                        <File
282                                RelativePath="..\src\lstrlib.c"
283                                >
284                        </File>
285                        <File
286                                RelativePath="..\src\ltable.c"
287                                >
288                        </File>
289                        <File
290                                RelativePath="..\src\ltablib.c"
291                                >
292                        </File>
293                        <File
294                                RelativePath="..\src\ltm.c"
295                                >
296                        </File>
297                        <File
298                                RelativePath="..\src\lua5.1.def"
299                                >
300                        </File>
301                        <File
302                                RelativePath="..\src\lundump.c"
303                                >
304                        </File>
305                        <File
306                                RelativePath="..\src\lvm.c"
307                                >
308                        </File>
309                        <File
310                                RelativePath="..\src\lzio.c"
311                                >
312                        </File>
313                </Filter>
314        </Files>
315        <Globals>
316        </Globals>
317</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.