Ignore:
Timestamp:
01/22/07 23:35:03 (17 years ago)
Author:
mattausch
Message:

changed to static cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Preprocessor.vcproj

    r1977 r2017  
    213213                                Name="VCCLCompilerTool" 
    214214                                Optimization="3" 
     215                                GlobalOptimizations="TRUE" 
    215216                                InlineFunctionExpansion="0" 
    216                                 FavorSizeOrSpeed="0" 
     217                                EnableIntrinsicFunctions="TRUE" 
     218                                FavorSizeOrSpeed="1" 
     219                                OmitFramePointers="TRUE" 
     220                                EnableFiberSafeOptimizations="TRUE" 
    217221                                OptimizeForProcessor="3" 
    218222                                OptimizeForWindowsApplication="TRUE" 
     
    221225                                ExceptionHandling="TRUE" 
    222226                                RuntimeLibrary="2" 
     227                                EnableEnhancedInstructionSet="2" 
    223228                                DisableLanguageExtensions="FALSE" 
    224229                                ForceConformanceInForLoopScope="FALSE" 
    225                                 RuntimeTypeInfo="TRUE" 
     230                                RuntimeTypeInfo="FALSE" 
    226231                                UsePrecompiledHeader="0" 
    227232                                BrowseInformation="1" 
Note: See TracChangeset for help on using the changeset viewer.