Fixed linking of expat for debug (was linking to release)

Originally committed to SVN as r1267.
This commit is contained in:
Rodrigo Braz Monteiro 2007-06-19 23:06:05 +00:00
parent bb2aaaba37
commit ccfe77cd43
1 changed files with 1 additions and 1 deletions

View File

@ -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")