[Expat-checkins] expat/lib expatw_static.dsp,1.5,1.6

Karl Waclawek kwaclaw at users.sourceforge.net
Thu Jan 19 02:04:29 CET 2006


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10998

Modified Files:
	expatw_static.dsp 
Log Message:
Added missing XML_UNICODE_WCHAR_T to static debug build for UTF-16.

Index: expatw_static.dsp
===================================================================
RCS file: /cvsroot/expat/expat/lib/expatw_static.dsp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- expatw_static.dsp	30 Sep 2004 02:47:02 -0000	1.5
+++ expatw_static.dsp	19 Jan 2006 01:04:23 -0000	1.6
@@ -65,7 +65,7 @@
 # PROP Intermediate_Dir "Debug-w_static"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "COMPILED_FROM_DSP" /D "_MBCS" /D "_LIB" /FR /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_LIB" /D "COMPILED_FROM_DSP" /D "XML_UNICODE_WCHAR_T" /FR /FD /GZ /c
 # SUBTRACT CPP /YX
 # ADD BASE RSC /l 0x1009 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"



More information about the Expat-checkins mailing list