peiyongz 2003/09/18 13:32:02
Modified: c/src/xercesc/framework Makefile.in
Log:
BinOutputStream
Revision Changes Path
1.11 +5 -0 xml-xerces/c/src/xercesc/framework/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/framework/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Makefile.in 16 Sep 2003 14:33:35 -0000 1.10
+++ Makefile.in 18 Sep 2003 20:32:02 -0000 1.11
@@ -55,6 +55,9 @@
#
#
# $Log$
+# Revision 1.11 2003/09/18 20:32:02 peiyongz
+# BinOutputStream
+#
# Revision 1.10 2003/09/16 14:33:35 neilg
# PSVI/schema component model classes, with Makefile/configuration changes
necessary to build them
#
@@ -152,6 +155,7 @@
MODULE = framework
FRAMEWORK_CPP_PUBHEADERS = \
+ BinOutputStream.hpp \
LocalFileInputSource.hpp \
LocalFileFormatTarget.hpp \
MemBufInputSource.hpp \
@@ -191,6 +195,7 @@
FRAMEWORK_C_FILES =
FRAMEWORK_CPP_OBJECTS = \
+ BinOutputStream.$(TO) \
LocalFileInputSource.$(TO) \
LocalFileFormatTarget.$(TO) \
MemBufInputSource.$(TO) \
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]