dbertoni    02/05/22 18:06:07

  Modified:    c/src    Tag: LotusXSL4C_1_3_1 Makefile.in
  Log:
  Fixed Xerces library version.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.99.2.1.2.1 +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.99.2.1
  retrieving revision 1.99.2.1.2.1
  diff -u -r1.99.2.1 -r1.99.2.1.2.1
  --- Makefile.in       23 May 2002 00:14:18 -0000      1.99.2.1
  +++ Makefile.in       23 May 2002 01:06:07 -0000      1.99.2.1.2.1
  @@ -323,9 +323,9 @@
   
   # We need the Xerces library
   ifeq ($(PLATFORM), OS390)
  -  ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_7_0.x
  +  ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_6_0.x
   else
  -  ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_7_0
  +  ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_6_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]

Reply via email to