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/05 23:06:11 UTC

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

aruna1      00/01/05 14:06:11

  Modified:    c/src/util Makefile.in
  Log:
  MsgCatalog support for AIX introduced
  
  Revision  Changes    Path
  1.5       +7 -0      xml-xerces/c/src/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	1999/12/23 01:43:17	1.4
  +++ Makefile.in	2000/01/05 22:06:11	1.5
  @@ -55,6 +55,9 @@
   # 
   #
   # $Log: Makefile.in,v $
  +# Revision 1.5  2000/01/05 22:06:11  aruna1
  +# MsgCatalog support for AIX introduced
  +#
   # Revision 1.4  1999/12/23 01:43:17  aruna1
   # MsgCatalog support added for solaris
   #
  @@ -212,6 +215,10 @@
   messageloaders:
   ifeq (${MESSAGELOADER},ICONV)
   ifeq (${PLATFORM},SOLARIS)
  +	mkdir -p ${MSG_DIR}
  +	gencat ${MSG_DIR}/XMLMessages.cat MsgLoaders/${MESSAGELOADERMODULE}/XMLMsgCat_EN_US.Msg
  +endif        
  +ifeq (${PLATFORM},AIX)
   	mkdir -p ${MSG_DIR}
   	gencat ${MSG_DIR}/XMLMessages.cat MsgLoaders/${MESSAGELOADERMODULE}/XMLMsgCat_EN_US.Msg
   endif