1
0
forked from 0ad/0ad

Fix for debug builds using the static xerces lib

This was SVN commit r625.
This commit is contained in:
Simon Brenner 2004-07-04 15:45:49 +00:00
parent 52b07a6fe9
commit 2914b616c7

View File

@ -21,7 +21,7 @@
# ifndef NDEBUG
# pragma comment(lib, "xerces-c_2D-static.lib")
# else
# pragma comment(lib, "xerces-c_2-static.lib")
# pragma comment(lib, "xerces-c_2D-static.lib")
# endif // NDEBUG
# else // XERCES_STATIC_LIB
# ifndef NDEBUG