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 2002/10/22 19:53:43 UTC

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

peiyongz    2002/10/22 10:53:43

  Modified:    c/src/xercesc/util Makefile.in
  Log:
  Build resource bundles on Unix
  
  Revision  Changes    Path
  1.15      +6 -0      xml-xerces/c/src/xercesc/util/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Makefile.in,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Makefile.in	17 Sep 2002 21:24:01 -0000	1.14
  +++ Makefile.in	22 Oct 2002 17:53:43 -0000	1.15
  @@ -55,6 +55,9 @@
   #
   #
   # $Log$
  +# Revision 1.15  2002/10/22 17:53:43  peiyongz
  +# Build resource bundles on Unix
  +#
   # Revision 1.14  2002/09/17 21:24:01  peiyongz
   # RPM for Xerces2.1.0, patch from Thomas Woerner (thomas@linux.de)
   #
  @@ -561,6 +564,9 @@
   endif
   	${MAKE} -C MsgLoaders/$(MESSAGELOADERMODULE)
   
  +ifeq (${MESSAGELOADER},ICU)
  +	${MAKE} -C MsgLoaders/$(MESSAGELOADERMODULE)/resources
  +endif
   
   compilers::
   	${MAKE} -C Compilers
  
  
  

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