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 /libao | |
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 'libao')
-rw-r--r-- | libao/libao.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libao/libao.vcxproj b/libao/libao.vcxproj index 8b8eac9..fe91775 100644 --- a/libao/libao.vcxproj +++ b/libao/libao.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">
|