mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-11 19:54:08 +00:00
The zlib project is not using mfc, and vs2013 didn't like that it was MFC and non-unicode, so I removed the MFC flag (from all the projects).
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5788 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b4886cc00e
commit
e4db01c939
1
3rdparty/zlib/zlib_vs2013.vcxproj
vendored
1
3rdparty/zlib/zlib_vs2013.vcxproj
vendored
@ -28,7 +28,6 @@
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||
<UseOfMfc>Static</UseOfMfc>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<PlatformToolset>v120</PlatformToolset>
|
||||
|
Loading…
Reference in New Issue
Block a user