mirror of https://github.com/odrling/Aegisub
Link against zlib.lib rather than wxzlib.lib
This commit is contained in:
parent
a0efd18f96
commit
95eb603f8d
|
@ -83,6 +83,9 @@
|
||||||
<ProjectReference Include="..\universalchardet\universalchardet.vcxproj">
|
<ProjectReference Include="..\universalchardet\universalchardet.vcxproj">
|
||||||
<Project>{7b56955d-5162-4698-aa5b-47484edc8783}</Project>
|
<Project>{7b56955d-5162-4698-aa5b-47484edc8783}</Project>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="..\zlib\zlib.vcxproj">
|
||||||
|
<Project>{10f22a5a-dd9e-44a1-ba2e-2a9a7c78b0ee}</Project>
|
||||||
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<!-- Source files -->
|
<!-- Source files -->
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#pragma comment(lib, wxBASE_LIB_NAME("xml"))
|
#pragma comment(lib, wxBASE_LIB_NAME("xml"))
|
||||||
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("expat"))
|
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("expat"))
|
||||||
#pragma comment(lib, wx3RD_PARTY_LIB_NAME("png"))
|
#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("core"))
|
||||||
#pragma comment(lib, wxMSW_LIB_NAME("adv"))
|
#pragma comment(lib, wxMSW_LIB_NAME("adv"))
|
||||||
#pragma comment(lib, wxMSW_LIB_NAME("gl"))
|
#pragma comment(lib, wxMSW_LIB_NAME("gl"))
|
||||||
|
|
Loading…
Reference in New Issue