Ignore:
Timestamp:
03/22/07 11:48:21 (17 years ago)
Author:
mattausch
Message:

worked on randomupdatemanager

File:
1 edited

Legend:

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

    r2254 r2278  
    7272                        <Tool 
    7373                                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" 
    7482                                AdditionalIncludeDirectories="&quot;$(OGRE_PATH)\OgreMain\include&quot;;&quot;$(OGRE_PATH)\Dependencies\include&quot;;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;..\include;..\..\..\Preprocessing\src" 
    7583                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;OBJREADER_EXPORTS;GTP_VISIBILITY_MODIFIED_OGRE;GAMETOOLS_ILLUMINATION_MODULE" 
     
    96104                                Name="VCMIDLTool"/> 
    97105                        <Tool 
    98                                 Name="VCPostBuildEventTool"/> 
     106                                Name="VCPostBuildEventTool" 
     107                                CommandLine="copy $(OutDir)\$(TargetFileName) &quot;$(OGRE_PATH)\Samples\Common\bin\$(ConfigurationName)&quot;"/> 
    99108                        <Tool 
    100109                                Name="VCPreBuildEventTool"/> 
Note: See TracChangeset for help on using the changeset viewer.