re-allow debug version of xerces (since we will link against msvcrtd in future)

This was SVN commit r487.
This commit is contained in:
janwas 2004-06-13 16:03:12 +00:00
parent 96cb1d0596
commit 3d984d042c

View File

@ -7,17 +7,16 @@
#include "res/vfs.h"
#ifdef _MSC_VER
# ifdef XERCES_STATIC_LIB
# ifndef NDEBUG
# pragma comment(lib, "xerces-c_2-static.lib")
# pragma comment(lib, "xerces-c_2D-static.lib")
# else
# pragma comment(lib, "xerces-c_2-static.lib")
# endif // NDEBUG
# else
# ifndef NDEBUG
# pragma comment(lib, "xerces-c_2.lib")
# pragma comment(lib, "xerces-c_2D.lib")
# else
# pragma comment(lib, "xerces-c_2.lib")
# endif // NDEBUG