Ignore:
Timestamp:
02/07/07 17:43:56 (17 years ago)
Author:
mattausch
Message:

worked on pvs

File:
1 edited

Legend:

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

    r1926 r2100  
    205205                        <Tool 
    206206                                Name="VCCLCompilerTool" 
    207                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
    208                                 RuntimeLibrary="0" 
    209                                 UsePrecompiledHeader="3" 
    210                                 WarningLevel="3" 
    211                                 Detect64BitPortabilityProblems="TRUE" 
    212                                 DebugInformationFormat="3"/> 
    213                         <Tool 
    214                                 Name="VCCustomBuildTool"/> 
    215                         <Tool 
    216                                 Name="VCLinkerTool" 
    217                                 OutputFile="$(OutDir)/EvalStats.exe" 
    218                                 LinkIncremental="1" 
    219                                 GenerateDebugInformation="TRUE" 
    220                                 SubSystem="1" 
    221                                 OptimizeReferences="2" 
    222                                 EnableCOMDATFolding="2" 
     207                                Optimization="3" 
     208                                GlobalOptimizations="TRUE" 
     209                                InlineFunctionExpansion="2" 
     210                                EnableIntrinsicFunctions="TRUE" 
     211                                FavorSizeOrSpeed="1" 
     212                                OmitFramePointers="TRUE" 
     213                                EnableFiberSafeOptimizations="TRUE" 
     214                                OptimizeForProcessor="3" 
     215                                OptimizeForWindowsApplication="TRUE" 
     216                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 
     217                                RuntimeLibrary="0" 
     218                                UsePrecompiledHeader="3" 
     219                                WarningLevel="3" 
     220                                Detect64BitPortabilityProblems="TRUE" 
     221                                DebugInformationFormat="3"/> 
     222                        <Tool 
     223                                Name="VCCustomBuildTool"/> 
     224                        <Tool 
     225                                Name="VCLinkerTool" 
     226                                OutputFile="$(OutDir)/EvalStats.exe" 
     227                                LinkIncremental="1" 
     228                                GenerateDebugInformation="TRUE" 
     229                                SubSystem="1" 
     230                                OptimizeReferences="2" 
     231                                EnableCOMDATFolding="2" 
     232                                OptimizeForWindows98="1" 
    223233                                TargetMachine="1"/> 
    224234                        <Tool 
Note: See TracChangeset for help on using the changeset viewer.