forked from mia/Aegisub
Fixed linking of expat for debug (was linking to release)
Originally committed to SVN as r1267.
This commit is contained in:
parent
bb2aaaba37
commit
ccfe77cd43
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
|||
#pragma comment(lib, "wxmsw28ud_gl.lib")
|
||||
#pragma comment(lib, "wxmsw28ud_stc.lib")
|
||||
#pragma comment(lib, "wxbase28ud_xml.lib")
|
||||
#pragma comment(lib, "wxexpat.lib")
|
||||
#pragma comment(lib, "wxexpatd.lib")
|
||||
#else
|
||||
#pragma comment(lib, "wxregexu.lib")
|
||||
#pragma comment(lib, "wxbase28u.lib")
|
||||
|
|
Loading…
Reference in a new issue