diff options
author | thedmd <michcic@gmail.com> | 2013-05-10 20:20:10 +0200 |
---|---|---|
committer | thedmd <michcic@gmail.com> | 2013-05-10 20:20:10 +0200 |
commit | fb3889ec02fe8d3828af06c5a7ee583d0a2dc782 (patch) | |
tree | 7289be7418f6589758cea9019edd4ab98eaecb77 /faad2 | |
parent | c9897ee69bd81ba42abbec7841715b804f278bd5 (diff) | |
download | pianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.tar.gz pianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.tar.bz2 pianobar-windows-build-fb3889ec02fe8d3828af06c5a7ee583d0a2dc782.zip |
Change toolchain to one compatible with XP.
Diffstat (limited to 'faad2')
-rw-r--r-- | faad2/faad2.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/faad2/faad2.vcxproj b/faad2/faad2.vcxproj index 32eedb8..f1daeac 100644 --- a/faad2/faad2.vcxproj +++ b/faad2/faad2.vcxproj @@ -20,12 +20,12 @@ <ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>NotSet</CharacterSet>
- <PlatformToolset>v110</PlatformToolset>
+ <PlatformToolset>v110_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|