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/TestPreprocessor.vcproj

    r2005 r2017  
    189189                                GlobalOptimizations="TRUE" 
    190190                                InlineFunctionExpansion="2" 
    191                                 FavorSizeOrSpeed="1" 
     191                                EnableIntrinsicFunctions="TRUE" 
     192                                FavorSizeOrSpeed="1" 
     193                                OmitFramePointers="TRUE" 
    192194                                EnableFiberSafeOptimizations="TRUE" 
    193195                                OptimizeForProcessor="3" 
    194196                                OptimizeForWindowsApplication="TRUE" 
    195197                                AdditionalIncludeDirectories="..\include;..\..\..\..\..\..\NonGTP\Boost;..\src;..\..\..\..\..\..\NonGTP\Devil\include;..\..\..\..\..\..\NonGTP\Zlib\include;..\..\..\..\..\..\NonGTP\Xerces;"$(QTDIR)\include\QtOpenGl";"$(QTDIR)\include\Qt";"$(QTDIR)\include\QtCore";"$(QTDIR)\include";QtInterface" 
    196                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT3" 
    197                                 RuntimeLibrary="2" 
    198                                 RuntimeTypeInfo="TRUE" 
     198                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;GTP_INTERNAL;USE_QT" 
     199                                RuntimeLibrary="2" 
     200                                EnableEnhancedInstructionSet="2" 
     201                                RuntimeTypeInfo="FALSE" 
    199202                                UsePrecompiledHeader="0" 
    200203                                WarningLevel="3" 
Note: See TracChangeset for help on using the changeset viewer.