dbertoni    01/07/18 21:51:08

  Modified:    c/src    Makefile.in
  Log:
  Updated library version numbers.
  
  Revision  Changes    Path
  1.46      +3 -3      xml-xalan/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/Makefile.in,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- Makefile.in       2001/07/18 07:24:09     1.45
  +++ Makefile.in       2001/07/19 04:51:08     1.46
  @@ -101,7 +101,7 @@
   PROJECT_NAME = xalan-c
   LIBNAME = lib${PROJECT_NAME}
   THISLIB = ${LIB_DIR}/${LIBNAME}
  -VER = 1_1
  +VER = 1_2
   
   PRODUCTNAME=xalan
   PRODUCTVERSION=${VER}
  @@ -272,9 +272,9 @@
   
   # We need the Xerces library
   ifeq ($(PLATFORM), OS390)                             
  -ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_4.x        
  +ALLLIBS += $(XERCESCROOT)/lib/libxerces-c1_5_1.x
   else                                                  
  -ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_4
  +ALLLIBS += -L$(XERCESCROOT)/lib -lxerces-c1_5_1
   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