Ignore:
Timestamp:
Apr 8, 2009 11:28:16 AM (15 years ago)
Author:
ismangil
Message:

#706 work in progress: all Win32 projects now have all 6 configs. Settings not correct yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/third_party/build/ilbc/libilbccodec.vcproj

    r2559 r2584  
    5353                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    5454                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    55                                 WarningLevel="3" 
     55                                WarningLevel="4" 
    5656                                SuppressStartupBanner="true" 
    5757                                DebugInformationFormat="4" 
     
    167167                        Name="Release|Win32" 
    168168                        OutputDirectory=".\output\ilbc-i386-win32-vc8-release" 
    169                         IntermediateDirectory=".\output\ilbc-i386-win32-vc8-release" 
     169                        IntermediateDirectory="$(OutDir)" 
    170170                        ConfigurationType="4" 
    171171                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    191191                        <Tool 
    192192                                Name="VCCLCompilerTool" 
    193                                 Optimization="2" 
     193                                Optimization="3" 
    194194                                InlineFunctionExpansion="1" 
     195                                FavorSizeOrSpeed="2" 
    195196                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
    196197                                StringPooling="true" 
     
    201202                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    202203                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    203                                 WarningLevel="3" 
     204                                WarningLevel="4" 
    204205                                SuppressStartupBanner="true" 
    205206                        /> 
     
    346347                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    347348                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    348                                 WarningLevel="3" 
     349                                WarningLevel="4" 
    349350                                SuppressStartupBanner="true" 
    350351                                DebugInformationFormat="4" 
     
    461462                        Name="Release-Dynamic|Win32" 
    462463                        OutputDirectory="$(ConfigurationName)" 
    463                         IntermediateDirectory="$(ConfigurationName)" 
     464                        IntermediateDirectory="$(OutDir)" 
    464465                        ConfigurationType="4" 
    465466                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    495496                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    496497                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    497                                 WarningLevel="3" 
     498                                WarningLevel="4" 
    498499                                SuppressStartupBanner="true" 
    499500                        /> 
     
    641642                                ObjectFile=".\output\ilbc-i386-win32-vc8-debug/" 
    642643                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-debug/" 
    643                                 WarningLevel="3" 
     644                                WarningLevel="4" 
    644645                                SuppressStartupBanner="true" 
    645646                                DebugInformationFormat="4" 
     
    756757                        Name="Release-Static|Win32" 
    757758                        OutputDirectory="$(ConfigurationName)" 
    758                         IntermediateDirectory="$(ConfigurationName)" 
     759                        IntermediateDirectory="$(OutDir)" 
    759760                        ConfigurationType="4" 
    760761                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    790791                                ObjectFile=".\output\ilbc-i386-win32-vc8-release/" 
    791792                                ProgramDataBaseFileName=".\output\ilbc-i386-win32-vc8-release/" 
    792                                 WarningLevel="3" 
     793                                WarningLevel="4" 
    793794                                SuppressStartupBanner="true" 
    794795                        /> 
Note: See TracChangeset for help on using the changeset viewer.