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/resample/libresample.vcproj

    r2559 r2584  
    168168                        Name="Release|Win32" 
    169169                        OutputDirectory=".\output\libresample-i386-win32-vc8-release" 
    170                         IntermediateDirectory=".\output\libresample-i386-win32-vc8-release" 
     170                        IntermediateDirectory="$(OutDir)" 
    171171                        ConfigurationType="4" 
    172172                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    464464                        Name="Release-Dynamic|Win32" 
    465465                        OutputDirectory="$(ConfigurationName)" 
    466                         IntermediateDirectory="$(ConfigurationName)" 
     466                        IntermediateDirectory="$(OutDir)" 
    467467                        ConfigurationType="4" 
    468468                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
     
    761761                        Name="Release-Static|Win32" 
    762762                        OutputDirectory="$(ConfigurationName)" 
    763                         IntermediateDirectory="$(ConfigurationName)" 
     763                        IntermediateDirectory="$(OutDir)" 
    764764                        ConfigurationType="4" 
    765765                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" 
Note: See TracChangeset for help on using the changeset viewer.