Link against zlib.lib rather than wxzlib.lib

This commit is contained in:
Thomas Goyne 2014-05-12 16:43:44 -07:00
parent a0efd18f96
commit 95eb603f8d
2 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,9 @@
<ProjectReference Include="..\universalchardet\universalchardet.vcxproj">
<Project>{7b56955d-5162-4698-aa5b-47484edc8783}</Project>
</ProjectReference>
<ProjectReference Include="..\zlib\zlib.vcxproj">
<Project>{10f22a5a-dd9e-44a1-ba2e-2a9a7c78b0ee}</Project>
</ProjectReference>
</ItemGroup>
<!-- Source files -->

View File

@ -32,7 +32,6 @@
#pragma comment(lib, wxBASE_LIB_NAME("xml"))
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("expat"))
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("png"))
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("zlib"))
#pragma comment(lib, wxMSW_LIB_NAME("core"))
#pragma comment(lib, wxMSW_LIB_NAME("adv"))
#pragma comment(lib, wxMSW_LIB_NAME("gl"))