Changeset 1926 for GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader
- Timestamp:
- 01/02/07 01:44:59 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/OnlineCullingCHC/IVReader/src/IVReader.vcproj
r1826 r1926 268 268 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 269 269 </Configuration> 270 <Configuration 271 Name="Release_qt|Win32" 272 OutputDirectory="$(ConfigurationName)" 273 IntermediateDirectory="$(ConfigurationName)" 274 ConfigurationType="2" 275 CharacterSet="2"> 276 <Tool 277 Name="VCCLCompilerTool" 278 AdditionalIncludeDirectories=""$(OGRE_PATH)\Dependencies\include\CEGUI";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\include";"$(OGRE_PATH)\OgreMain\include";"$(OGRE_PATH)\Dependencies\include";"$(OGRE_PATH)\Samples\Common\include";..\include" 279 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;IVREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 280 RuntimeLibrary="2" 281 UsePrecompiledHeader="0" 282 WarningLevel="3" 283 Detect64BitPortabilityProblems="TRUE" 284 DebugInformationFormat="3"/> 285 <Tool 286 Name="VCCustomBuildTool"/> 287 <Tool 288 Name="VCLinkerTool" 289 AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib" 290 OutputFile="$(OutDir)/IVReader.dll" 291 LinkIncremental="1" 292 AdditionalLibraryDirectories=""$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)";"$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib";"..\..\GtpVisibility\lib\$(ConfigurationName)";"..\..\lib\$(ConfigurationName)";"..\lib\$(ConfigurationName)";"$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)"" 293 GenerateDebugInformation="FALSE" 294 SubSystem="2" 295 OptimizeReferences="2" 296 EnableCOMDATFolding="2" 297 ImportLibrary="$(OutDir)/IVReader.lib" 298 TargetMachine="1"/> 299 <Tool 300 Name="VCMIDLTool"/> 301 <Tool 302 Name="VCPostBuildEventTool" 303 CommandLine="copy $(OutDir)\$(TargetFileName) "$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)""/> 304 <Tool 305 Name="VCPreBuildEventTool"/> 306 <Tool 307 Name="VCPreLinkEventTool"/> 308 <Tool 309 Name="VCResourceCompilerTool"/> 310 <Tool 311 Name="VCWebServiceProxyGeneratorTool"/> 312 <Tool 313 Name="VCXMLDataGeneratorTool"/> 314 <Tool 315 Name="VCWebDeploymentTool"/> 316 <Tool 317 Name="VCManagedWrapperGeneratorTool"/> 318 <Tool 319 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 320 </Configuration> 270 321 </Configurations> 271 322 <References>
Note: See TracChangeset
for help on using the changeset viewer.