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/gsm/libgsmcodec.vcproj

    r2559 r2584  
    5454                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    5555                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    56                                 WarningLevel="2" 
     56                                WarningLevel="4" 
    5757                                SuppressStartupBanner="true" 
    5858                                DebugInformationFormat="4" 
     
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\output\gsm-i386-win32-vc8-release" 
    170                         IntermediateDirectory=".\output\gsm-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    192192                        <Tool 
    193193                                Name="VCCLCompilerTool" 
    194                                 Optimization="2" 
     194                                Optimization="3" 
    195195                                InlineFunctionExpansion="1" 
     196                                FavorSizeOrSpeed="2" 
    196197                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    197198                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    203204                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    204205                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     206                                WarningLevel="4" 
    205207                                SuppressStartupBanner="true" 
    206208                        /> 
     
    348350                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    349351                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    350                                 WarningLevel="2" 
     352                                WarningLevel="4" 
    351353                                SuppressStartupBanner="true" 
    352354                                DebugInformationFormat="4" 
     
    463465                        Name="Release-Dynamic|Win32" 
    464466                        OutputDirectory="$(ConfigurationName)" 
    465                         IntermediateDirectory="$(ConfigurationName)" 
     467                        IntermediateDirectory="$(OutDir)" 
    466468                        ConfigurationType="4" 
    467469                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    487489                        <Tool 
    488490                                Name="VCCLCompilerTool" 
    489                                 Optimization="2" 
     491                                Optimization="3" 
    490492                                InlineFunctionExpansion="1" 
     493                                FavorSizeOrSpeed="2" 
    491494                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    492495                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    498501                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    499502                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     503                                WarningLevel="4" 
    500504                                SuppressStartupBanner="true" 
    501505                        /> 
     
    644648                                ObjectFile=".\output\gsm-i386-win32-vc8-debug/" 
    645649                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-debug/" 
    646                                 WarningLevel="2" 
     650                                WarningLevel="4" 
    647651                                SuppressStartupBanner="true" 
    648652                                DebugInformationFormat="4" 
     
    759763                        Name="Release-Static|Win32" 
    760764                        OutputDirectory="$(ConfigurationName)" 
    761                         IntermediateDirectory="$(ConfigurationName)" 
     765                        IntermediateDirectory="$(OutDir)" 
    762766                        ConfigurationType="4" 
    763767                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    783787                        <Tool 
    784788                                Name="VCCLCompilerTool" 
    785                                 Optimization="2" 
     789                                Optimization="3" 
    786790                                InlineFunctionExpansion="1" 
     791                                FavorSizeOrSpeed="2" 
    787792                                AdditionalIncludeDirectories=".,../../gsm/inc" 
    788793                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 
     
    794799                                ObjectFile=".\output\gsm-i386-win32-vc8-release/" 
    795800                                ProgramDataBaseFileName=".\output\gsm-i386-win32-vc8-release/" 
     801                                WarningLevel="4" 
    796802                                SuppressStartupBanner="true" 
    797803                        /> 
     
    19611967                        > 
    19621968                        <File 
     1969                                RelativePath="config.h" 
     1970                                > 
     1971                        </File> 
     1972                        <File 
    19631973                                RelativePath="..\..\gsm\inc\config.h" 
    1964                                 > 
    1965                         </File> 
    1966                         <File 
    1967                                 RelativePath="config.h" 
    19681974                                > 
    19691975                        </File> 
Note: See TracChangeset for help on using the changeset viewer.