aboutsummaryrefslogtreecommitdiff
path: root/lib/vgmstream
diff options
context:
space:
mode:
authorMartijn Kaijser <machine.sanctum@gmail.com>2013-11-01 03:27:16 -0700
committerMartijn Kaijser <machine.sanctum@gmail.com>2013-11-01 03:27:16 -0700
commitee8d5b55e72905688a665b3d4147dbf3c0c2bde4 (patch)
tree6edc54d514398b389eaf2c587cc72792614a8567 /lib/vgmstream
parente8222dffb45220fb6778ac78082508df9a9cd0b9 (diff)
parent821436673a4382968101f9ba34136bd5e5a0f4eb (diff)
Merge pull request #3528 from Karlson2k/win32_projects_update_02
[win32] mark debug/release configs with proper internal marks
Diffstat (limited to 'lib/vgmstream')
-rw-r--r--lib/vgmstream/win32/win32.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vgmstream/win32/win32.vcxproj b/lib/vgmstream/win32/win32.vcxproj
index 56c91b94f1..2e08b94478 100644
--- a/lib/vgmstream/win32/win32.vcxproj
+++ b/lib/vgmstream/win32/win32.vcxproj
@@ -19,10 +19,12 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />