peiyongz 2002/12/06 08:52:40 Modified: c/src/xercesc/util Makefile.in Log: $XERCESCROOT/msg created as home directory for message files. Revision Changes Path 1.22 +4 -1 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.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- Makefile.in 2 Dec 2002 21:49:16 -0000 1.21 +++ Makefile.in 6 Dec 2002 16:52:39 -0000 1.22 @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.22 2002/12/06 16:52:39 peiyongz +# $XERCESCROOT/msg created as home directory for message files. +# # Revision 1.21 2002/12/02 21:49:16 peiyongz # Synchronize default message catalog file name with default locale # @@ -377,7 +380,7 @@ else ifeq (${MESSAGELOADER},ICONV) MESSAGELOADERMODULE=MsgCatalog - MSG_DIR=${XERCESCROOT}/lib/msg + MSG_DIR=${XERCESCROOT}/msg else MESSAGELOADERMODULE=InMemory endif
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]