tng 2002/12/02 12:41:09
Modified: c/src/xercesc/util/Platforms Makefile.in
Log:
[Bug 12490] Patches required to build Xerces-C++ on BeOS R5. Patch from Andrew
Bachmann.
Revision Changes Path
1.6 +6 -0 xml-xerces/c/src/xercesc/util/Platforms/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/Platforms/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in 19 Aug 2002 18:35:56 -0000 1.5
+++ Makefile.in 2 Dec 2002 20:41:09 -0000 1.6
@@ -55,6 +55,9 @@
#
#
# $Log$
+# Revision 1.6 2002/12/02 20:41:09 tng
+# [Bug 12490] Patches required to build Xerces-C++ on BeOS R5. Patch from Andrew
Bachmann.
+#
# Revision 1.5 2002/08/19 18:35:56 tng
# [Bug 6467] Installing Xerces C++ on cygwin environment.
#
@@ -150,6 +153,9 @@
endif
ifeq (${PLATFORM}, AIX)
SUBMODULE = AIX
+endif
+ifeq (${PLATFORM}, BEOS)
+ SUBMODULE = BeOS
endif
ifeq (${PLATFORM}, LINUX)
SUBMODULE = Linux
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]