Ignore:
Timestamp:
01/02/07 01:44:59 (18 years ago)
Author:
mattausch
Message:

worked on preprocessor with and without qt and threads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/Plugin_VisibilitySceneManager.vcproj

    r1826 r1926  
    347347                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    348348                </Configuration> 
     349                <Configuration 
     350                        Name="Release_qt|Win32" 
     351                        OutputDirectory="$(ConfigurationName)" 
     352                        IntermediateDirectory="$(ConfigurationName)" 
     353                        ConfigurationType="2" 
     354                        CharacterSet="2" 
     355                        WholeProgramOptimization="TRUE"> 
     356                        <Tool 
     357                                Name="VCCLCompilerTool" 
     358                                Optimization="3" 
     359                                GlobalOptimizations="TRUE" 
     360                                InlineFunctionExpansion="2" 
     361                                EnableIntrinsicFunctions="TRUE" 
     362                                ImproveFloatingPointConsistency="TRUE" 
     363                                FavorSizeOrSpeed="1" 
     364                                OmitFramePointers="TRUE" 
     365                                EnableFiberSafeOptimizations="TRUE" 
     366                                OptimizeForProcessor="0" 
     367                                OptimizeForWindowsApplication="TRUE" 
     368                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&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;;..\include;..\..\..\OnlineCullingCHC\include;..\..\..\Preprocessing\src;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include" 
     369                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;PLUGIN_KD_TERRAIN_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE" 
     370                                StringPooling="TRUE" 
     371                                RuntimeLibrary="2" 
     372                                BufferSecurityCheck="FALSE" 
     373                                EnableFunctionLevelLinking="TRUE" 
     374                                RuntimeTypeInfo="TRUE" 
     375                                UsePrecompiledHeader="0" 
     376                                WarningLevel="3" 
     377                                Detect64BitPortabilityProblems="TRUE" 
     378                                DebugInformationFormat="3"/> 
     379                        <Tool 
     380                                Name="VCCustomBuildTool"/> 
     381                        <Tool 
     382                                Name="VCLinkerTool" 
     383                                IgnoreImportLibrary="TRUE" 
     384                                AdditionalDependencies="OgreMain.lib CEGUIBase.lib OgreGUIRenderer.lib Plugin_OctreeSceneManager.lib GtpVisibility.lib zdll.lib zziplib.lib Preprocessor.lib xerces-c_2.lib devil.lib glut32.lib OpenGL32.Lib glu32.lib glew32.lib glew32s.lib IVReader.lib" 
     385                                OutputFile="$(OutDir)/Plugin_VisibilitySceneManager.dll" 
     386                                Version="0.99" 
     387                                LinkIncremental="1" 
     388                                SuppressStartupBanner="TRUE" 
     389                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\PlugIns\OctreeSceneManager\bin\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;$(OGRE_PATH)\Samples\Common\CEGUIRenderer\lib&quot;;&quot;$(OGRE_PATH)\Dependencies\lib\$(ConfigurationName)&quot;;&quot;..\..\..\Preprocessing\lib\$(ConfigurationName)&quot;;..\..\..\..\..\..\..\NonGTP\Xerces\xercesc\lib;..\..\..\Preprocessing\src\GL;..\..\..\..\..\..\..\NonGTP\Zlib\lib;&quot;..\..\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;" 
     390                                ModuleDefinitionFile="..\misc\OgreVisibilitySceneManager.def" 
     391                                GenerateDebugInformation="FALSE" 
     392                                SubSystem="2" 
     393                                OptimizeReferences="2" 
     394                                EnableCOMDATFolding="2" 
     395                                ImportLibrary="$(OutDir)/Plugin_VisibilitySceneManager.lib" 
     396                                TargetMachine="1"/> 
     397                        <Tool 
     398                                Name="VCMIDLTool"/> 
     399                        <Tool 
     400                                Name="VCPostBuildEventTool" 
     401                                CommandLine="copy $(OutDir)\$(TargetFileName) $(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)"/> 
     402                        <Tool 
     403                                Name="VCPreBuildEventTool"/> 
     404                        <Tool 
     405                                Name="VCPreLinkEventTool"/> 
     406                        <Tool 
     407                                Name="VCResourceCompilerTool"/> 
     408                        <Tool 
     409                                Name="VCWebServiceProxyGeneratorTool"/> 
     410                        <Tool 
     411                                Name="VCXMLDataGeneratorTool"/> 
     412                        <Tool 
     413                                Name="VCWebDeploymentTool"/> 
     414                        <Tool 
     415                                Name="VCManagedWrapperGeneratorTool"/> 
     416                        <Tool 
     417                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     418                </Configuration> 
    349419        </Configurations> 
    350420        <References> 
Note: See TracChangeset for help on using the changeset viewer.