You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2002/02/24 05:14:37 UTC

cvs commit: xml-xalan/c/src Makefile.in

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org