Ignore:
Timestamp:
01/11/09 01:18:50 (15 years ago)
Author:
mattausch
Message:

working on pompeii loading. fixed bug in obj conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/VisibilitySolutionConverter.vcproj

    r3258 r3262  
    122122                                Name="VCCLCompilerTool" 
    123123                                AdditionalOptions=" /D "_CRT_SECURE_NO_WARNINGS"" 
     124                                Optimization="3" 
     125                                InlineFunctionExpansion="2" 
     126                                EnableIntrinsicFunctions="true" 
     127                                FavorSizeOrSpeed="1" 
     128                                OmitFramePointers="true" 
     129                                EnableFiberSafeOptimizations="true" 
    124130                                AdditionalIncludeDirectories="libs\Zlib\include; src" 
    125131                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    126132                                RuntimeLibrary="2" 
     133                                BufferSecurityCheck="false" 
     134                                EnableEnhancedInstructionSet="2" 
     135                                RuntimeTypeInfo="false" 
    127136                                UsePrecompiledHeader="0" 
    128137                                WarningLevel="3" 
     
    145154                                AdditionalLibraryDirectories="libs\Zlib\lib; lib\$(ConfigurationName)" 
    146155                                IgnoreDefaultLibraryNames="libCMT" 
    147                                 GenerateDebugInformation="true" 
     156                                GenerateDebugInformation="false" 
    148157                                SubSystem="1" 
    149158                                LargeAddressAware="2" 
    150159                                OptimizeReferences="2" 
    151160                                EnableCOMDATFolding="2" 
     161                                OptimizeForWindows98="1" 
    152162                                TargetMachine="1" 
    153163                        /> 
Note: See TracChangeset for help on using the changeset viewer.