source: GTP/trunk/Lib/Vis/OnlineCullingCHC/ObjReader/src/ObjReader.vcproj @ 2643

Revision 2643, 12.6 KB checked in by mattausch, 16 years ago (diff)

compiling under release internal

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="ObjReader"
6        ProjectGUID="{5776B40B-5FCE-46D5-8F7C-3912E24E0638}"
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="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="0"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="3"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="OgreMain_d.lib Preprocessor.lib xerces-c_2D.lib zdll.lib zziplibd.lib"
36                                OutputFile="$(OutDir)/ObjReader.dll"
37                                LinkIncremental="1"
38                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\GtpVisibility\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Preprocessing\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\..\..\..\NonGTP\Zlib\lib;..\..\..\Preprocessing\src\GL"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/ObjReader.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"
48                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
49                        <Tool
50                                Name="VCPreBuildEventTool"/>
51                        <Tool
52                                Name="VCPreLinkEventTool"/>
53                        <Tool
54                                Name="VCResourceCompilerTool"/>
55                        <Tool
56                                Name="VCWebServiceProxyGeneratorTool"/>
57                        <Tool
58                                Name="VCXMLDataGeneratorTool"/>
59                        <Tool
60                                Name="VCWebDeploymentTool"/>
61                        <Tool
62                                Name="VCManagedWrapperGeneratorTool"/>
63                        <Tool
64                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
65                </Configuration>
66                <Configuration
67                        Name="Release|Win32"
68                        OutputDirectory="..\lib\$(ConfigurationName)"
69                        IntermediateDirectory="..\obj\$(ConfigurationName)"
70                        ConfigurationType="2"
71                        CharacterSet="2">
72                        <Tool
73                                Name="VCCLCompilerTool"
74                                Optimization="3"
75                                GlobalOptimizations="TRUE"
76                                InlineFunctionExpansion="2"
77                                EnableIntrinsicFunctions="TRUE"
78                                FavorSizeOrSpeed="1"
79                                OmitFramePointers="TRUE"
80                                EnableFiberSafeOptimizations="TRUE"
81                                OptimizeForWindowsApplication="TRUE"
82                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src"
83                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE1"
84                                RuntimeLibrary="2"
85                                UsePrecompiledHeader="0"
86                                WarningLevel="3"
87                                Detect64BitPortabilityProblems="TRUE"
88                                DebugInformationFormat="3"/>
89                        <Tool
90                                Name="VCCustomBuildTool"/>
91                        <Tool
92                                Name="VCLinkerTool"
93                                AdditionalDependencies="OgreMain.lib zdll.lib zziplib.lib Preprocessor.lib xerces-c_2.lib"
94                                OutputFile="$(OutDir)/ObjReader.dll"
95                                LinkIncremental="1"
96                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Preprocessing\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL"
97                                GenerateDebugInformation="FALSE"
98                                SubSystem="2"
99                                OptimizeReferences="2"
100                                EnableCOMDATFolding="2"
101                                ImportLibrary="$(OutDir)/ObjReader.lib"
102                                TargetMachine="1"/>
103                        <Tool
104                                Name="VCMIDLTool"/>
105                        <Tool
106                                Name="VCPostBuildEventTool"
107                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/>
108                        <Tool
109                                Name="VCPreBuildEventTool"/>
110                        <Tool
111                                Name="VCPreLinkEventTool"/>
112                        <Tool
113                                Name="VCResourceCompilerTool"/>
114                        <Tool
115                                Name="VCWebServiceProxyGeneratorTool"/>
116                        <Tool
117                                Name="VCXMLDataGeneratorTool"/>
118                        <Tool
119                                Name="VCWebDeploymentTool"/>
120                        <Tool
121                                Name="VCManagedWrapperGeneratorTool"/>
122                        <Tool
123                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124                </Configuration>
125                <Configuration
126                        Name="Release Internal|Win32"
127                        OutputDirectory="..\lib\Release"
128                        IntermediateDirectory="..\obj\Release"
129                        ConfigurationType="2"
130                        CharacterSet="2">
131                        <Tool
132                                Name="VCCLCompilerTool"
133                                Optimization="3"
134                                GlobalOptimizations="TRUE"
135                                InlineFunctionExpansion="2"
136                                EnableIntrinsicFunctions="TRUE"
137                                FavorSizeOrSpeed="1"
138                                OmitFramePointers="TRUE"
139                                EnableFiberSafeOptimizations="TRUE"
140                                OptimizeForProcessor="0"
141                                OptimizeForWindowsApplication="TRUE"
142                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src"
143                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODUL"
144                                StringPooling="TRUE"
145                                RuntimeLibrary="2"
146                                UsePrecompiledHeader="0"
147                                WarningLevel="3"
148                                Detect64BitPortabilityProblems="TRUE"
149                                DebugInformationFormat="3"/>
150                        <Tool
151                                Name="VCCustomBuildTool"/>
152                        <Tool
153                                Name="VCLinkerTool"
154                                AdditionalDependencies="OgreMain.lib zdll.lib zziplib.lib Preprocessor.lib xerces-c_2.lib RTScene.lib RTWorld.lib devil.lib cg.lib cgGL.lib glew32.lib"
155                                OutputFile="$(OutDir)/ObjReader.dll"
156                                LinkIncremental="1"
157                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\lib\Release&quot;;&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release;..\lib\Release;..\..\..\Preprocessing\lib\Release;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTWorld\Release;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTScene\Release"
158                                GenerateDebugInformation="FALSE"
159                                SubSystem="2"
160                                OptimizeReferences="2"
161                                EnableCOMDATFolding="2"
162                                OptimizeForWindows98="1"
163                                ImportLibrary="$(OutDir)/ObjReader.lib"
164                                TargetMachine="1"/>
165                        <Tool
166                                Name="VCMIDLTool"/>
167                        <Tool
168                                Name="VCPostBuildEventTool"
169                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/>
170                        <Tool
171                                Name="VCPreBuildEventTool"/>
172                        <Tool
173                                Name="VCPreLinkEventTool"/>
174                        <Tool
175                                Name="VCResourceCompilerTool"/>
176                        <Tool
177                                Name="VCWebServiceProxyGeneratorTool"/>
178                        <Tool
179                                Name="VCXMLDataGeneratorTool"/>
180                        <Tool
181                                Name="VCWebDeploymentTool"/>
182                        <Tool
183                                Name="VCManagedWrapperGeneratorTool"/>
184                        <Tool
185                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
186                </Configuration>
187                <Configuration
188                        Name="Release_qt|Win32"
189                        OutputDirectory="..\lib\Release"
190                        IntermediateDirectory="..\obj\Release"
191                        ConfigurationType="2"
192                        CharacterSet="2">
193                        <Tool
194                                Name="VCCLCompilerTool"
195                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src"
196                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
197                                RuntimeLibrary="2"
198                                UsePrecompiledHeader="0"
199                                WarningLevel="3"
200                                Detect64BitPortabilityProblems="TRUE"
201                                DebugInformationFormat="3"/>
202                        <Tool
203                                Name="VCCustomBuildTool"/>
204                        <Tool
205                                Name="VCLinkerTool"
206                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib"
207                                OutputFile="$(OutDir)/ObjReader.dll"
208                                LinkIncremental="1"
209                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release"
210                                GenerateDebugInformation="FALSE"
211                                SubSystem="2"
212                                OptimizeReferences="2"
213                                EnableCOMDATFolding="2"
214                                ImportLibrary="$(OutDir)/ObjReader.lib"
215                                TargetMachine="1"/>
216                        <Tool
217                                Name="VCMIDLTool"/>
218                        <Tool
219                                Name="VCPostBuildEventTool"
220                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/>
221                        <Tool
222                                Name="VCPreBuildEventTool"/>
223                        <Tool
224                                Name="VCPreLinkEventTool"/>
225                        <Tool
226                                Name="VCResourceCompilerTool"/>
227                        <Tool
228                                Name="VCWebServiceProxyGeneratorTool"/>
229                        <Tool
230                                Name="VCXMLDataGeneratorTool"/>
231                        <Tool
232                                Name="VCWebDeploymentTool"/>
233                        <Tool
234                                Name="VCManagedWrapperGeneratorTool"/>
235                        <Tool
236                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
237                </Configuration>
238                <Configuration
239                        Name="Release_noqt|Win32"
240                        OutputDirectory="..\lib\Release"
241                        IntermediateDirectory="..\obj\Release"
242                        ConfigurationType="2"
243                        CharacterSet="2">
244                        <Tool
245                                Name="VCCLCompilerTool"
246                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\Dependencies\include\CEGUI&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src"
247                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE"
248                                RuntimeLibrary="2"
249                                UsePrecompiledHeader="0"
250                                WarningLevel="3"
251                                Detect64BitPortabilityProblems="TRUE"
252                                DebugInformationFormat="3"/>
253                        <Tool
254                                Name="VCCustomBuildTool"/>
255                        <Tool
256                                Name="VCLinkerTool"
257                                AdditionalDependencies="OgreMain.lib zdll.lib zziplib.lib Preprocessor.lib xerces-c_2.lib RTScene.lib RTWorld.lib"
258                                OutputFile="$(OutDir)/ObjReader.dll"
259                                LinkIncremental="1"
260                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\Dependencies\lib\Release&quot;;&quot;$(OGRE_PATH)\OgreMain\lib\Release&quot;;..\..\GtpVisibility\lib\Release;..\..\lib\Release;..\lib\Release;..\..\..\Preprocessing\lib\Release;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTWorld\Release;..\..\..\..\..\Lib\Vis\Preprocessing\MultiLevelRayTracing\RTScene\Release"
261                                GenerateDebugInformation="FALSE"
262                                SubSystem="2"
263                                OptimizeReferences="2"
264                                EnableCOMDATFolding="2"
265                                ImportLibrary="$(OutDir)/ObjReader.lib"
266                                TargetMachine="1"/>
267                        <Tool
268                                Name="VCMIDLTool"/>
269                        <Tool
270                                Name="VCPostBuildEventTool"
271                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\Release&quot;"/>
272                        <Tool
273                                Name="VCPreBuildEventTool"/>
274                        <Tool
275                                Name="VCPreLinkEventTool"/>
276                        <Tool
277                                Name="VCResourceCompilerTool"/>
278                        <Tool
279                                Name="VCWebServiceProxyGeneratorTool"/>
280                        <Tool
281                                Name="VCXMLDataGeneratorTool"/>
282                        <Tool
283                                Name="VCWebDeploymentTool"/>
284                        <Tool
285                                Name="VCManagedWrapperGeneratorTool"/>
286                        <Tool
287                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
288                </Configuration>
289        </Configurations>
290        <References>
291        </References>
292        <Files>
293                <Filter
294                        Name="Source Files"
295                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
296                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
297                        <File
298                                RelativePath=".\ObjManualMeshLoader.cpp">
299                        </File>
300                        <File
301                                RelativePath="..\src\ObjReader.cpp">
302                        </File>
303                </Filter>
304                <Filter
305                        Name="Header Files"
306                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
307                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
308                        <File
309                                RelativePath="..\include\ObjManualMeshLoader.h">
310                        </File>
311                        <File
312                                RelativePath="..\include\ObjReader.h">
313                        </File>
314                </Filter>
315        </Files>
316        <Globals>
317        </Globals>
318</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.