Ignore:
Timestamp:
01/08/07 02:18:50 (17 years ago)
Author:
mattausch
Message:

worked on hw global lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/KdTreeDemo/OGRE/scripts/TestKdTree.vcproj

    r1238 r1953  
    263263                <Configuration 
    264264                        Name="Release Internal|Win32" 
     265                        OutputDirectory="$(ConfigurationName)" 
     266                        IntermediateDirectory="$(ConfigurationName)" 
     267                        ConfigurationType="1" 
     268                        CharacterSet="2" 
     269                        WholeProgramOptimization="TRUE"> 
     270                        <Tool 
     271                                Name="VCCLCompilerTool" 
     272                                Optimization="2" 
     273                                GlobalOptimizations="TRUE" 
     274                                InlineFunctionExpansion="1" 
     275                                EnableIntrinsicFunctions="TRUE" 
     276                                ImproveFloatingPointConsistency="TRUE" 
     277                                FavorSizeOrSpeed="1" 
     278                                OmitFramePointers="TRUE" 
     279                                OptimizeForProcessor="2" 
     280                                OptimizeForWindowsApplication="TRUE" 
     281                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\include;..\..\..\..\..\..\Lib\Vis\OnlineCullingCHC\OGRE\include;..\..\..\..\..\..\Lib\Vis\OnlineCullingCHC\include" 
     282                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GTP_VISIBILITY_MODIFIED_OGRE" 
     283                                StringPooling="TRUE" 
     284                                MinimalRebuild="TRUE" 
     285                                RuntimeLibrary="2" 
     286                                BufferSecurityCheck="FALSE" 
     287                                EnableFunctionLevelLinking="TRUE" 
     288                                UsePrecompiledHeader="0" 
     289                                WarningLevel="3" 
     290                                Detect64BitPortabilityProblems="TRUE" 
     291                                DebugInformationFormat="3"/> 
     292                        <Tool 
     293                                Name="VCCustomBuildTool"/> 
     294                        <Tool 
     295                                Name="VCLinkerTool" 
     296                                AdditionalDependencies="OgreMain.lib IVReader.lib" 
     297                                OutputFile="$(OutDir)/$(ProjectName).exe" 
     298                                LinkIncremental="1" 
     299                                AdditionalLibraryDirectories="&quot;$(OGRE_PATH)\OgreMain\lib\$(ConfigurationName)&quot;;&quot;..\..\..\..\..\..\Lib\Vis\OnlineCullingCHC\IVReader\lib\$(ConfigurationName)&quot;" 
     300                                GenerateDebugInformation="TRUE" 
     301                                SubSystem="2" 
     302                                OptimizeReferences="2" 
     303                                EnableCOMDATFolding="2" 
     304                                OptimizeForWindows98="1" 
     305                                TargetMachine="1"/> 
     306                        <Tool 
     307                                Name="VCMIDLTool"/> 
     308                        <Tool 
     309                                Name="VCPostBuildEventTool" 
     310                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
     311                        <Tool 
     312                                Name="VCPreBuildEventTool"/> 
     313                        <Tool 
     314                                Name="VCPreLinkEventTool"/> 
     315                        <Tool 
     316                                Name="VCResourceCompilerTool"/> 
     317                        <Tool 
     318                                Name="VCWebServiceProxyGeneratorTool"/> 
     319                        <Tool 
     320                                Name="VCXMLDataGeneratorTool"/> 
     321                        <Tool 
     322                                Name="VCWebDeploymentTool"/> 
     323                        <Tool 
     324                                Name="VCManagedWrapperGeneratorTool"/> 
     325                        <Tool 
     326                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     327                </Configuration> 
     328                <Configuration 
     329                        Name="Release_qt|Win32" 
    265330                        OutputDirectory="$(ConfigurationName)" 
    266331                        IntermediateDirectory="$(ConfigurationName)" 
Note: See TracChangeset for help on using the changeset viewer.