Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/lua-5.1.3/mak.vs2005/lua5.1_lib.vcproj @ 28

Last change on this file since 28 was 28, checked in by landauf, 16 years ago
File size: 5.0 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="lua5.1_lib"
6        ProjectGUID="{D7488B96-456A-1E46-8B0B-0F698E025694}"
7        RootNamespace="lua5.1_lib"
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="../lib/static"
21                        IntermediateDirectory="../obj/lua5.1_lib/Debug"
22                        ConfigurationType="4"
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="VCLibrarianTool"
66                                OutputFile="$(OutDir)/lua5.1.lib"
67                        />
68                        <Tool
69                                Name="VCALinkTool"
70                        />
71                        <Tool
72                                Name="VCXDCMakeTool"
73                        />
74                        <Tool
75                                Name="VCBscMakeTool"
76                        />
77                        <Tool
78                                Name="VCFxCopTool"
79                        />
80                        <Tool
81                                Name="VCPostBuildEventTool"
82                        />
83                </Configuration>
84                <Configuration
85                        Name="Release|Win32"
86                        OutputDirectory="../lib/static"
87                        IntermediateDirectory="../obj/lua5.1_lib/Release"
88                        ConfigurationType="4"
89                        CharacterSet="2"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                        />
94                        <Tool
95                                Name="VCCustomBuildTool"
96                        />
97                        <Tool
98                                Name="VCXMLDataGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCWebServiceProxyGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCMIDLTool"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                Optimization="3"
109                                AdditionalIncludeDirectories="../include"
110                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
111                                StringPooling="true"
112                                RuntimeLibrary="2"
113                                EnableFunctionLevelLinking="true"
114                                UsePrecompiledHeader="0"
115                                WarningLevel="3"
116                                Detect64BitPortabilityProblems="true"
117                                DebugInformationFormat="0"
118                        />
119                        <Tool
120                                Name="VCManagedResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCResourceCompilerTool"
124                                AdditionalIncludeDirectories="../include"
125                        />
126                        <Tool
127                                Name="VCPreLinkEventTool"
128                        />
129                        <Tool
130                                Name="VCLibrarianTool"
131                                OutputFile="$(OutDir)/lua5.1.lib"
132                        />
133                        <Tool
134                                Name="VCALinkTool"
135                        />
136                        <Tool
137                                Name="VCXDCMakeTool"
138                        />
139                        <Tool
140                                Name="VCBscMakeTool"
141                        />
142                        <Tool
143                                Name="VCFxCopTool"
144                        />
145                        <Tool
146                                Name="VCPostBuildEventTool"
147                        />
148                </Configuration>
149        </Configurations>
150        <References>
151        </References>
152        <Files>
153                <Filter
154                        Name="src"
155                        >
156                        <File
157                                RelativePath="..\src\lapi.c"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\src\lauxlib.c"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\src\lbaselib.c"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\src\lcode.c"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\src\ldblib.c"
174                                >
175                        </File>
176                        <File
177                                RelativePath="..\src\ldebug.c"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\src\ldo.c"
182                                >
183                        </File>
184                        <File
185                                RelativePath="..\src\ldump.c"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\src\lfunc.c"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\src\lgc.c"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\src\linit.c"
198                                >
199                        </File>
200                        <File
201                                RelativePath="..\src\liolib.c"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\src\llex.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\src\lmathlib.c"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\src\lmem.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\src\loadlib.c"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\src\lobject.c"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\src\lopcodes.c"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\src\loslib.c"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\src\lparser.c"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\src\lstate.c"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\src\lstring.c"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\src\lstrlib.c"
246                                >
247                        </File>
248                        <File
249                                RelativePath="..\src\ltable.c"
250                                >
251                        </File>
252                        <File
253                                RelativePath="..\src\ltablib.c"
254                                >
255                        </File>
256                        <File
257                                RelativePath="..\src\ltm.c"
258                                >
259                        </File>
260                        <File
261                                RelativePath="..\src\lundump.c"
262                                >
263                        </File>
264                        <File
265                                RelativePath="..\src\lvm.c"
266                                >
267                        </File>
268                        <File
269                                RelativePath="..\src\lzio.c"
270                                >
271                        </File>
272                </Filter>
273        </Files>
274        <Globals>
275        </Globals>
276</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.