Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/visual_studio/vc8/lua_static.vcproj @ 1896

Last change on this file since 1896 was 1896, checked in by rgrieder, 16 years ago

In msvc files:

  • linked lua and tolua statically to toluagen and toluagen_orxonox
  • created output directories for different versions and builds

Update your msvc dependencies!

File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="lua_static"
6        ProjectGUID="{8F5B7ED0-D380-4B4F-A744-3A568718176C}"
7        RootNamespace="orxonox"
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                        ConfigurationType="4"
21                        InheritedPropertySheets=".\debug.vsprops;.\lua_static.vsprops"
22                        CharacterSet="1"
23                        >
24                        <Tool
25                                Name="VCPreBuildEventTool"
26                        />
27                        <Tool
28                                Name="VCCustomBuildTool"
29                        />
30                        <Tool
31                                Name="VCXMLDataGeneratorTool"
32                        />
33                        <Tool
34                                Name="VCWebServiceProxyGeneratorTool"
35                        />
36                        <Tool
37                                Name="VCMIDLTool"
38                        />
39                        <Tool
40                                Name="VCCLCompilerTool"
41                        />
42                        <Tool
43                                Name="VCManagedResourceCompilerTool"
44                        />
45                        <Tool
46                                Name="VCResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCPreLinkEventTool"
50                        />
51                        <Tool
52                                Name="VCLibrarianTool"
53                        />
54                        <Tool
55                                Name="VCALinkTool"
56                        />
57                        <Tool
58                                Name="VCXDCMakeTool"
59                        />
60                        <Tool
61                                Name="VCBscMakeTool"
62                        />
63                        <Tool
64                                Name="VCFxCopTool"
65                        />
66                        <Tool
67                                Name="VCPostBuildEventTool"
68                        />
69                </Configuration>
70                <Configuration
71                        Name="Release|Win32"
72                        ConfigurationType="4"
73                        InheritedPropertySheets=".\release.vsprops;.\lua_static.vsprops"
74                        CharacterSet="1"
75                        WholeProgramOptimization="0"
76                        >
77                        <Tool
78                                Name="VCPreBuildEventTool"
79                        />
80                        <Tool
81                                Name="VCCustomBuildTool"
82                        />
83                        <Tool
84                                Name="VCXMLDataGeneratorTool"
85                        />
86                        <Tool
87                                Name="VCWebServiceProxyGeneratorTool"
88                        />
89                        <Tool
90                                Name="VCMIDLTool"
91                        />
92                        <Tool
93                                Name="VCCLCompilerTool"
94                        />
95                        <Tool
96                                Name="VCManagedResourceCompilerTool"
97                        />
98                        <Tool
99                                Name="VCResourceCompilerTool"
100                        />
101                        <Tool
102                                Name="VCPreLinkEventTool"
103                        />
104                        <Tool
105                                Name="VCLibrarianTool"
106                        />
107                        <Tool
108                                Name="VCALinkTool"
109                        />
110                        <Tool
111                                Name="VCXDCMakeTool"
112                        />
113                        <Tool
114                                Name="VCBscMakeTool"
115                        />
116                        <Tool
117                                Name="VCFxCopTool"
118                        />
119                        <Tool
120                                Name="VCPostBuildEventTool"
121                        />
122                </Configuration>
123        </Configurations>
124        <References>
125        </References>
126        <Files>
127                <Filter
128                        Name="Source Files"
129                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
130                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
131                        >
132                        <File
133                                RelativePath="..\..\src\lua\lapi.c"
134                                >
135                        </File>
136                        <File
137                                RelativePath="..\..\src\lua\lauxlib.c"
138                                >
139                        </File>
140                        <File
141                                RelativePath="..\..\src\lua\lbaselib.c"
142                                >
143                        </File>
144                        <File
145                                RelativePath="..\..\src\lua\lcode.c"
146                                >
147                        </File>
148                        <File
149                                RelativePath="..\..\src\lua\ldblib.c"
150                                >
151                        </File>
152                        <File
153                                RelativePath="..\..\src\lua\ldebug.c"
154                                >
155                        </File>
156                        <File
157                                RelativePath="..\..\src\lua\ldo.c"
158                                >
159                        </File>
160                        <File
161                                RelativePath="..\..\src\lua\ldump.c"
162                                >
163                        </File>
164                        <File
165                                RelativePath="..\..\src\lua\lfunc.c"
166                                >
167                        </File>
168                        <File
169                                RelativePath="..\..\src\lua\lgc.c"
170                                >
171                        </File>
172                        <File
173                                RelativePath="..\..\src\lua\linit.c"
174                                >
175                        </File>
176                        <File
177                                RelativePath="..\..\src\lua\liolib.c"
178                                >
179                        </File>
180                        <File
181                                RelativePath="..\..\src\lua\llex.c"
182                                >
183                        </File>
184                        <File
185                                RelativePath="..\..\src\lua\lmathlib.c"
186                                >
187                        </File>
188                        <File
189                                RelativePath="..\..\src\lua\lmem.c"
190                                >
191                        </File>
192                        <File
193                                RelativePath="..\..\src\lua\loadlib.c"
194                                >
195                        </File>
196                        <File
197                                RelativePath="..\..\src\lua\lobject.c"
198                                >
199                        </File>
200                        <File
201                                RelativePath="..\..\src\lua\lopcodes.c"
202                                >
203                        </File>
204                        <File
205                                RelativePath="..\..\src\lua\loslib.c"
206                                >
207                        </File>
208                        <File
209                                RelativePath="..\..\src\lua\lparser.c"
210                                >
211                        </File>
212                        <File
213                                RelativePath="..\..\src\lua\lstate.c"
214                                >
215                        </File>
216                        <File
217                                RelativePath="..\..\src\lua\lstring.c"
218                                >
219                        </File>
220                        <File
221                                RelativePath="..\..\src\lua\lstrlib.c"
222                                >
223                        </File>
224                        <File
225                                RelativePath="..\..\src\lua\ltable.c"
226                                >
227                        </File>
228                        <File
229                                RelativePath="..\..\src\lua\ltablib.c"
230                                >
231                        </File>
232                        <File
233                                RelativePath="..\..\src\lua\ltm.c"
234                                >
235                        </File>
236                        <File
237                                RelativePath="..\..\src\lua\lundump.c"
238                                >
239                        </File>
240                        <File
241                                RelativePath="..\..\src\lua\lvm.c"
242                                >
243                        </File>
244                        <File
245                                RelativePath="..\..\src\lua\lzio.c"
246                                >
247                        </File>
248                </Filter>
249                <Filter
250                        Name="Header Files"
251                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
252                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
253                        >
254                        <File
255                                RelativePath="..\..\src\lua\lapi.h"
256                                >
257                        </File>
258                        <File
259                                RelativePath="..\..\src\lua\lauxlib.h"
260                                >
261                        </File>
262                        <File
263                                RelativePath="..\..\src\lua\lcode.h"
264                                >
265                        </File>
266                        <File
267                                RelativePath="..\..\src\lua\ldebug.h"
268                                >
269                        </File>
270                        <File
271                                RelativePath="..\..\src\lua\ldo.h"
272                                >
273                        </File>
274                        <File
275                                RelativePath="..\..\src\lua\lfunc.h"
276                                >
277                        </File>
278                        <File
279                                RelativePath="..\..\src\lua\lgc.h"
280                                >
281                        </File>
282                        <File
283                                RelativePath="..\..\src\lua\llex.h"
284                                >
285                        </File>
286                        <File
287                                RelativePath="..\..\src\lua\llimits.h"
288                                >
289                        </File>
290                        <File
291                                RelativePath="..\..\src\lua\lmem.h"
292                                >
293                        </File>
294                        <File
295                                RelativePath="..\..\src\lua\lobject.h"
296                                >
297                        </File>
298                        <File
299                                RelativePath="..\..\src\lua\lopcodes.h"
300                                >
301                        </File>
302                        <File
303                                RelativePath="..\..\src\lua\lparser.h"
304                                >
305                        </File>
306                        <File
307                                RelativePath="..\..\src\lua\lstate.h"
308                                >
309                        </File>
310                        <File
311                                RelativePath="..\..\src\lua\lstring.h"
312                                >
313                        </File>
314                        <File
315                                RelativePath="..\..\src\lua\ltable.h"
316                                >
317                        </File>
318                        <File
319                                RelativePath="..\..\src\lua\ltm.h"
320                                >
321                        </File>
322                        <File
323                                RelativePath="..\..\src\lua\lua.h"
324                                >
325                        </File>
326                        <File
327                                RelativePath="..\..\src\lua\lua.hpp"
328                                >
329                        </File>
330                        <File
331                                RelativePath="..\..\src\lua\luaconf.h"
332                                >
333                        </File>
334                        <File
335                                RelativePath="..\..\src\lua\lualib.h"
336                                >
337                        </File>
338                        <File
339                                RelativePath="..\..\src\lua\lundump.h"
340                                >
341                        </File>
342                        <File
343                                RelativePath="..\..\src\lua\lvm.h"
344                                >
345                        </File>
346                        <File
347                                RelativePath="..\..\src\lua\lzio.h"
348                                >
349                        </File>
350                </Filter>
351        </Files>
352        <Globals>
353        </Globals>
354</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.