peiyongz 2003/02/20 10:06:55
Modified: c/src/xercesc/util Makefile.in
Log:
Bug#7077: build error message shared library for ICUMsgLoader
Revision Changes Path
1.27 +4 -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.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- Makefile.in 7 Jan 2003 16:02:33 -0000 1.26
+++ Makefile.in 20 Feb 2003 18:06:55 -0000 1.27
@@ -55,6 +55,9 @@
#
#
# $Log$
+# Revision 1.27 2003/02/20 18:06:55 peiyongz
+# Bug#7077: build error message shared library for ICUMsgLoader
+#
# Revision 1.26 2003/01/07 16:02:33 tng
# need to properly copy and clean the message files in make install and clean.
#
@@ -614,6 +617,7 @@
mkdir -p ${MSG_DIR}
${MAKE} -C MsgLoaders/$(MESSAGELOADERMODULE)/resources
$(CP) MsgLoaders/$(MESSAGELOADERMODULE)/resources/*.res ${MSG_DIR}
+ $(CP) MsgLoaders/$(MESSAGELOADERMODULE)/resources/libXercesMessages.*
${XERCESCROOT}/lib
endif
compilers::
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]