source: GTP/trunk/Lib/Vis/Preprocessing/scripts/Preprocessor.vcproj @ 633

Revision 633, 12.4 KB checked in by mattausch, 18 years ago (diff)

made preprocessor work again

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="Preprocessor"
6        ProjectGUID="{EABCE292-D598-4600-A1C9-2591E7D62FDA}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="..\lib\$(ConfigurationName)"
16                        IntermediateDirectory="..\obj\$(ConfigurationName)"
17                        ConfigurationType="4"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)&quot;\includ&quot;;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Devil&quot;;"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                RuntimeTypeInfo="TRUE"
28                                UsePrecompiledHeader="0"
29                                WarningLevel="3"
30                                Detect64BitPortabilityProblems="TRUE"
31                                DebugInformationFormat="4"/>
32                        <Tool
33                                Name="VCCustomBuildTool"/>
34                        <Tool
35                                Name="VCLibrarianTool"
36                                OutputFile="$(OutDir)/GtpVisibility.lib"/>
37                        <Tool
38                                Name="VCMIDLTool"/>
39                        <Tool
40                                Name="VCPostBuildEventTool"/>
41                        <Tool
42                                Name="VCPreBuildEventTool"/>
43                        <Tool
44                                Name="VCPreLinkEventTool"/>
45                        <Tool
46                                Name="VCResourceCompilerTool"/>
47                        <Tool
48                                Name="VCWebServiceProxyGeneratorTool"/>
49                        <Tool
50                                Name="VCXMLDataGeneratorTool"/>
51                        <Tool
52                                Name="VCManagedWrapperGeneratorTool"/>
53                        <Tool
54                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
55                </Configuration>
56                <Configuration
57                        Name="Release|Win32"
58                        OutputDirectory="..\bin\$(ConfigurationName)"
59                        IntermediateDirectory="..\obj\$(ConfigurationName)"
60                        ConfigurationType="1"
61                        CharacterSet="2">
62                        <Tool
63                                Name="VCCLCompilerTool"
64                                AdditionalIncludeDirectories="..\support;..\support\devil\include;..\support\zlib\include;..\include;&quot;$(QTDIR)\include\QtCore&quot;;&quot;$(QTDIR)\include\QtGui&quot;;&quot;$(QTDIR)\include&quot;;&quot;$(QTDIR)\include\QtOpenGl&quot;;..\src;&quot;$(CG_INC_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Devil\include&quot;;&quot;$(GTPDIR)\NonGTP\Zlib\include&quot;"
65                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
66                                RuntimeLibrary="2"
67                                DisableLanguageExtensions="FALSE"
68                                ForceConformanceInForLoopScope="FALSE"
69                                RuntimeTypeInfo="TRUE"
70                                UsePrecompiledHeader="0"
71                                WarningLevel="3"
72                                Detect64BitPortabilityProblems="TRUE"
73                                DebugInformationFormat="3"/>
74                        <Tool
75                                Name="VCCustomBuildTool"/>
76                        <Tool
77                                Name="VCLinkerTool"
78                                AdditionalDependencies="xerces-c_2.lib zdll.lib zziplib.lib devil.lib qtmain.lib QtOpenGL4.lib QtCore4.lib QtGui4.lib Qt3Supportd4.lib QAxContainer.lib glut32.lib OpenGL32.Lib glu32.lib cg.lib cgGL.lib"
79                                AdditionalLibraryDirectories="..\support\xercesc\lib\;..\support\zlib\lib\;..\support\devil\lib;&quot;$(QTDIR)\lib&quot;;..\include;..\src\GL;&quot;$(CG_LIB_PATH)&quot;;&quot;$(GTPDIR)\NonGTP\Xerces&quot;;&quot;$(GTPDIR)\NonGTP\Xerces\xercesc\lib&quot;;&quot;$(GTPDIR)\NonGTP\zlib\lib&quot;;&quot;$(GTPDIR)\NonGTP\Devil\lib&quot;"
80                                LargeAddressAware="2"/>
81                        <Tool
82                                Name="VCMIDLTool"/>
83                        <Tool
84                                Name="VCPostBuildEventTool"/>
85                        <Tool
86                                Name="VCPreBuildEventTool"/>
87                        <Tool
88                                Name="VCPreLinkEventTool"/>
89                        <Tool
90                                Name="VCResourceCompilerTool"/>
91                        <Tool
92                                Name="VCWebServiceProxyGeneratorTool"/>
93                        <Tool
94                                Name="VCXMLDataGeneratorTool"/>
95                        <Tool
96                                Name="VCWebDeploymentTool"/>
97                        <Tool
98                                Name="VCManagedWrapperGeneratorTool"/>
99                        <Tool
100                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
101                </Configuration>
102        </Configurations>
103        <References>
104        </References>
105        <Files>
106                <Filter
107                        Name="Source Files"
108                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
109                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
110                        <File
111                                RelativePath="..\src\AxisAlignedBox3.cpp">
112                        </File>
113                        <File
114                                RelativePath="..\src\AxisAlignedBox3.h">
115                        </File>
116                        <File
117                                RelativePath="..\src\Beam.cpp">
118                        </File>
119                        <File
120                                RelativePath="..\src\Beam.h">
121                        </File>
122                        <File
123                                RelativePath="..\src\Camera.cpp">
124                        </File>
125                        <File
126                                RelativePath="..\src\Camera.h">
127                        </File>
128                        <File
129                                RelativePath="..\src\common.cpp">
130                        </File>
131                        <File
132                                RelativePath="..\src\common.h">
133                        </File>
134                        <File
135                                RelativePath="..\src\Containers.h">
136                        </File>
137                        <File
138                                RelativePath="..\src\dual_depth.cg">
139                        </File>
140                        <File
141                                RelativePath="..\src\Environment.cpp">
142                        </File>
143                        <File
144                                RelativePath="..\src\Environment.h">
145                        </File>
146                        <File
147                                RelativePath="..\src\ExactPreprocessor.cpp">
148                        </File>
149                        <File
150                                RelativePath="..\src\ExactPreprocessor.h">
151                        </File>
152                        <File
153                                RelativePath="..\src\Exporter.cpp">
154                        </File>
155                        <File
156                                RelativePath="..\src\Exporter.h">
157                        </File>
158                        <File
159                                RelativePath="..\src\GlRenderer.cpp">
160                        </File>
161                        <File
162                                RelativePath="..\src\GlRenderer.h">
163                                <FileConfiguration
164                                        Name="Release|Win32">
165                                        <Tool
166                                                Name="VCCustomBuildTool"
167                                                Description="Performing moc on $(InputName).h"
168                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
169"
170                                                Outputs="$(InputDir)moc_$(InputName).cpp"/>
171                                </FileConfiguration>
172                        </File>
173                        <File
174                                RelativePath="..\src\gzstream.cpp">
175                        </File>
176                        <File
177                                RelativePath="..\src\gzstream.h">
178                        </File>
179                        <File
180                                RelativePath="..\src\Halton.cpp">
181                        </File>
182                        <File
183                                RelativePath="..\src\Halton.h">
184                        </File>
185                        <File
186                                RelativePath="..\src\Intersectable.h">
187                        </File>
188                        <File
189                                RelativePath="..\src\KdTree.cpp">
190                        </File>
191                        <File
192                                RelativePath="..\src\KdTree.h">
193                        </File>
194                        <File
195                                RelativePath="..\src\main.cpp">
196                        </File>
197                        <File
198                                RelativePath="..\src\Material.cpp">
199                        </File>
200                        <File
201                                RelativePath="..\src\Material.h">
202                        </File>
203                        <File
204                                RelativePath="..\src\Matrix4x4.cpp">
205                        </File>
206                        <File
207                                RelativePath="..\src\Matrix4x4.h">
208                        </File>
209                        <File
210                                RelativePath="..\src\Mesh.cpp">
211                        </File>
212                        <File
213                                RelativePath="..\src\Mesh.h">
214                        </File>
215                        <File
216                                RelativePath="..\src\MeshKdTree.cpp">
217                        </File>
218                        <File
219                                RelativePath="..\src\MeshKdTree.h">
220                        </File>
221                        <File
222                                RelativePath="..\src\moc_GlRenderer.cpp">
223                        </File>
224                        <File
225                                RelativePath="..\src\moc_Preprocessor.cpp">
226                        </File>
227                        <File
228                                RelativePath="..\src\moc_PreprocessorThread.cpp">
229                        </File>
230                        <File
231                                RelativePath="..\src\MutualVisibility.cpp">
232                        </File>
233                        <File
234                                RelativePath="..\src\MutualVisibility.h">
235                        </File>
236                        <File
237                                RelativePath="..\src\Parser.h">
238                        </File>
239                        <File
240                                RelativePath="..\src\Plane3.cpp">
241                        </File>
242                        <File
243                                RelativePath="..\src\Plane3.h">
244                        </File>
245                        <File
246                                RelativePath="..\src\Polygon3.cpp">
247                        </File>
248                        <File
249                                RelativePath="..\src\Polygon3.h">
250                        </File>
251                        <File
252                                RelativePath="..\src\Polytope.cpp">
253                        </File>
254                        <File
255                                RelativePath="..\src\Polytope.h">
256                        </File>
257                        <File
258                                RelativePath="..\src\Preprocessor.cpp">
259                        </File>
260                        <File
261                                RelativePath="..\src\Preprocessor.h">
262                                <FileConfiguration
263                                        Name="Release|Win32">
264                                        <Tool
265                                                Name="VCCustomBuildTool"
266                                                Description="Performing moc on $(InputName).h"
267                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
268"
269                                                Outputs="$(InputDir)moc_$(InputName).cpp"/>
270                                </FileConfiguration>
271                        </File>
272                        <File
273                                RelativePath="..\src\PreprocessorThread.cpp">
274                        </File>
275                        <File
276                                RelativePath="..\src\PreprocessorThread.h">
277                                <FileConfiguration
278                                        Name="Release|Win32">
279                                        <Tool
280                                                Name="VCCustomBuildTool"
281                                                Description="Performing moc on $(InputName).h"
282                                                CommandLine="%qtdir%\bin\moc.exe $(InputDir)$(InputName).h -o $(InputDir)moc_$(InputName).cpp
283"
284                                                Outputs="$(InputDir)moc_$(InputName).cpp"/>
285                                </FileConfiguration>
286                        </File>
287                        <File
288                                RelativePath="..\src\Pvs.cpp">
289                        </File>
290                        <File
291                                RelativePath="..\src\Pvs.h">
292                        </File>
293                        <File
294                                RelativePath="..\src\Ray.cpp">
295                        </File>
296                        <File
297                                RelativePath="..\src\Ray.h">
298                        </File>
299                        <File
300                                RelativePath="..\src\RayInfo.cpp">
301                        </File>
302                        <File
303                                RelativePath="..\src\RayInfo.h">
304                        </File>
305                        <File
306                                RelativePath="..\src\Rectangle3.cpp">
307                        </File>
308                        <File
309                                RelativePath="..\src\Rectangle3.h">
310                        </File>
311                        <File
312                                RelativePath="..\src\Renderer.cpp">
313                        </File>
314                        <File
315                                RelativePath="..\src\Renderer.h">
316                        </File>
317                        <File
318                                RelativePath="..\src\RenderSimulator.cpp">
319                        </File>
320                        <File
321                                RelativePath="..\src\RenderSimulator.h">
322                        </File>
323                        <File
324                                RelativePath="..\src\RssPreprocessor.cpp">
325                        </File>
326                        <File
327                                RelativePath="..\src\RssPreprocessor.h">
328                        </File>
329                        <File
330                                RelativePath="..\src\RssTree.cpp">
331                        </File>
332                        <File
333                                RelativePath="..\src\RssTree.h">
334                        </File>
335                        <File
336                                RelativePath="..\src\SamplingPreprocessor.cpp">
337                        </File>
338                        <File
339                                RelativePath="..\src\SamplingPreprocessor.h">
340                        </File>
341                        <File
342                                RelativePath="..\src\SceneGraph.cpp">
343                        </File>
344                        <File
345                                RelativePath="..\src\SceneGraph.h">
346                        </File>
347                        <File
348                                RelativePath="..\src\Statistics.h">
349                        </File>
350                        <File
351                                RelativePath="..\src\Tetrahedron3.cpp">
352                        </File>
353                        <File
354                                RelativePath="..\src\Tetrahedron3.h">
355                        </File>
356                        <File
357                                RelativePath="..\src\Triangle3.cpp">
358                        </File>
359                        <File
360                                RelativePath="..\src\Triangle3.h">
361                        </File>
362                        <File
363                                RelativePath="..\src\UnigraphicsParser.cpp">
364                        </File>
365                        <File
366                                RelativePath="..\src\UnigraphicsParser.h">
367                        </File>
368                        <File
369                                RelativePath="..\src\Vector3.cpp">
370                        </File>
371                        <File
372                                RelativePath="..\src\Vector3.h">
373                        </File>
374                        <File
375                                RelativePath="..\src\ViewCell.cpp">
376                        </File>
377                        <File
378                                RelativePath="..\src\ViewCell.h">
379                        </File>
380                        <File
381                                RelativePath="..\src\ViewCellBsp.cpp">
382                        </File>
383                        <File
384                                RelativePath="..\src\ViewCellBsp.h">
385                        </File>
386                        <File
387                                RelativePath="..\src\ViewCellsManager.cpp">
388                        </File>
389                        <File
390                                RelativePath="..\src\ViewCellsManager.h">
391                        </File>
392                        <File
393                                RelativePath="..\src\ViewCellsParser.cpp">
394                        </File>
395                        <File
396                                RelativePath="..\src\ViewCellsParser.h">
397                        </File>
398                        <File
399                                RelativePath="..\src\ViewCellsParserXerces.h">
400                        </File>
401                        <File
402                                RelativePath="..\src\VspBspTree.cpp">
403                        </File>
404                        <File
405                                RelativePath="..\src\VspBspTree.h">
406                        </File>
407                        <File
408                                RelativePath="..\src\VspKdTree.cpp">
409                        </File>
410                        <File
411                                RelativePath="..\src\VspKdTree.h">
412                        </File>
413                        <File
414                                RelativePath="..\src\VssPreprocessor.cpp">
415                        </File>
416                        <File
417                                RelativePath="..\src\VssPreprocessor.h">
418                        </File>
419                        <File
420                                RelativePath="..\src\VssRay.cpp">
421                        </File>
422                        <File
423                                RelativePath="..\src\VssRay.h">
424                        </File>
425                        <File
426                                RelativePath="..\src\VssTree.cpp">
427                        </File>
428                        <File
429                                RelativePath="..\src\VssTree.h">
430                        </File>
431                        <File
432                                RelativePath="..\src\X3dExporter.cpp">
433                        </File>
434                        <File
435                                RelativePath="..\src\X3dExporter.h">
436                        </File>
437                        <File
438                                RelativePath="..\src\X3dParser.cpp">
439                        </File>
440                        <File
441                                RelativePath="..\src\X3dParser.h">
442                        </File>
443                        <File
444                                RelativePath="..\src\X3dParserXerces.h">
445                        </File>
446                </Filter>
447                <Filter
448                        Name="Header Files"
449                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
450                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
451                        <File
452                                RelativePath="..\include\AxisAlignedBox3.h">
453                        </File>
454                        <File
455                                RelativePath="..\include\Containers.h">
456                        </File>
457                        <File
458                                RelativePath="..\include\ExactPreprocessor.h">
459                        </File>
460                        <File
461                                RelativePath="..\include\KdTree.h">
462                        </File>
463                        <File
464                                RelativePath="..\include\Mesh.h">
465                        </File>
466                        <File
467                                RelativePath="..\include\Plane3.h">
468                        </File>
469                        <File
470                                RelativePath="..\include\Polygon3.h">
471                        </File>
472                        <File
473                                RelativePath="..\include\Preprocessor.h">
474                        </File>
475                        <File
476                                RelativePath="..\include\SamplingPreprocessor.h">
477                        </File>
478                        <File
479                                RelativePath="..\include\SceneGraph.h">
480                        </File>
481                        <File
482                                RelativePath="..\include\Vector3.h">
483                        </File>
484                        <File
485                                RelativePath="..\include\ViewCell.h">
486                        </File>
487                </Filter>
488        </Files>
489        <Globals>
490        </Globals>
491</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.