You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/01/12 21:31:32 UTC

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

aruna1      00/01/12 12:31:32

  Modified:    c/src    Makefile.in
  Log:
  Msg Catalog support for AIX
  
  Revision  Changes    Path
  1.10      +6 -0      xml-xerces/c/src/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in	1999/12/23 01:43:01	1.9
  +++ Makefile.in	2000/01/12 20:31:31	1.10
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.10  2000/01/12 20:31:31  aruna1
  +# Msg Catalog support for AIX
  +#
   # Revision 1.9  1999/12/23 01:43:01  aruna1
   # MsgCatalog support added for solaris
   #
  @@ -285,6 +288,9 @@
   	-${CP} -f ${XERCESCROOT}/lib/*.sl ${BINTARGETDIR}/lib
   ifeq (${MESSAGELOADER},ICONV)
   ifeq (${PLATFORM},SOLARIS)
  +	-${CP} -f ${XERCESCROOT}/lib/msg/*.cat ${BINTARGETDIR}/lib/msg
  +endif
  +ifeq (${PLATFORM},AIX)
   	-${CP} -f ${XERCESCROOT}/lib/msg/*.cat ${BINTARGETDIR}/lib/msg
   endif
   endif