dbertoni 02/02/23 20:14:37 Modified: c/src Makefile.in Log: New Xerces library version. Revision Changes Path 1.81 +2 -2 xml-xalan/c/src/Makefile.in Index: Makefile.in =================================================================== RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- Makefile.in 14 Jan 2002 20:32:15 -0000 1.80 +++ Makefile.in 24 Feb 2002 04:14:37 -0000 1.81 @@ -313,9 +313,9 @@ # We need the Xerces library ifeq ($(PLATFORM), OS390) - ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_6_0.x + ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_7_0.x else - ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_6_0 + ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_7_0 endif # We need the ICU library if we are using the ICUBridge
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]