Index: Makefile.msvc =================================================================== RCS file: /cvs/gnome/libxml2/win32/Makefile.msvc,v retrieving revision 1.19 diff -c -r1.19 Makefile.msvc *** Makefile.msvc 7 Jan 2004 23:38:02 -0000 1.19 --- Makefile.msvc 9 Mar 2004 13:57:28 -0000 *************** *** 128,134 **** $(XML_INTDIR)\xmlwriter.obj\ $(XML_INTDIR)\xpath.obj\ $(XML_INTDIR)\xpointer.obj\ ! $(XML_INTDIR)\xmlstring.obj # Static libxml object files. XML_OBJS_A = $(XML_INTDIR_A)\c14n.obj\ --- 128,135 ---- $(XML_INTDIR)\xmlwriter.obj\ $(XML_INTDIR)\xpath.obj\ $(XML_INTDIR)\xpointer.obj\ ! $(XML_INTDIR)\xmlstring.obj\ ! $(XML_INTDIR)\xmlsave.obj # Static libxml object files. XML_OBJS_A = $(XML_INTDIR_A)\c14n.obj\ *************** *** 170,176 **** $(XML_INTDIR_A)\xmlwriter.obj\ $(XML_INTDIR_A)\xpath.obj\ $(XML_INTDIR_A)\xpointer.obj\ ! $(XML_INTDIR_A)\xmlstring.obj # Xmllint and friends executables. UTILS = $(BINDIR)\xmllint.exe\ --- 171,178 ---- $(XML_INTDIR_A)\xmlwriter.obj\ $(XML_INTDIR_A)\xpath.obj\ $(XML_INTDIR_A)\xpointer.obj\ ! $(XML_INTDIR_A)\xmlstring.obj\ ! $(XML_INTDIR_A)\xmlsave.obj # Xmllint and friends executables. UTILS = $(BINDIR)\xmllint.exe\