peiyongz 2002/11/07 14:37:14 Modified: c/src/xercesc/util Makefile.in Log: build -miconv on hpux and linux Revision Changes Path 1.17 +15 -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.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Makefile.in 4 Nov 2002 22:28:05 -0000 1.16 +++ Makefile.in 7 Nov 2002 22:37:14 -0000 1.17 @@ -55,6 +55,9 @@ # # # $Log$ +# Revision 1.17 2002/11/07 22:37:14 peiyongz +# build -miconv on hpux and linux +# # Revision 1.16 2002/11/04 22:28:05 peiyongz # Locale setting for message loader # @@ -561,10 +564,22 @@ 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 + +ifeq (${PLATFORM},HPUX) + mkdir -p ${MSG_DIR} + gencat ${MSG_DIR}/XMLMessages.cat MsgLoaders/${MESSAGELOADERMODULE}/XMLMsgCat_EN_US.Msg +endif + +ifeq (${PLATFORM},LINUX) + mkdir -p ${MSG_DIR} + gencat ${MSG_DIR}/XMLMessages.cat MsgLoaders/${MESSAGELOADERMODULE}/XMLMsgCat_EN_US.Msg +endif + endif ${MAKE} -C MsgLoaders/$(MESSAGELOADERMODULE)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]