You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/07/04 19:11:48 UTC

cvs commit: xml-xerces/c/src/xercesc Makefile.incl

peiyongz    2003/07/04 10:11:48

  Modified:    c/src/xercesc Makefile.incl
  Log:
  specify library with version on AIX
  
  Revision  Changes    Path
  1.42      +2 -2      xml-xerces/c/src/xercesc/Makefile.incl
  
  Index: Makefile.incl
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/Makefile.incl,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- Makefile.incl	12 May 2003 09:44:19 -0000	1.41
  +++ Makefile.incl	4 Jul 2003 17:11:48 -0000	1.42
  @@ -241,7 +241,7 @@
   endif
   
   ifeq (${MESSAGELOADER}, ICU)
  -    ALLLIBS = ${LIBS} -L/usr/lpp/xlC/lib -licuuc24 -licudata24 -lXercesMessages
  +    ALLLIBS = ${LIBS} -L/usr/lpp/xlC/lib -licuuc24 -licudata24 -lXercesMessages23
   endif
   
   PLATFORM_COMPILE_OPTIONS = -qnotempinc -D_THREAD_SAFE
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org