You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by pe...@apache.org on 2003/09/18 22:33:18 UTC

cvs commit: xml-xerces/c/src/xercesc/internal Makefile.in

peiyongz    2003/09/18 13:33:18

  Modified:    c/src/xercesc/internal Makefile.in
  Log:
  OSU: Object Serialization Utility
  
  Revision  Changes    Path
  1.14      +11 -4     xml-xerces/c/src/xercesc/internal/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/xercesc/internal/Makefile.in,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Makefile.in	26 Aug 2003 22:24:39 -0000	1.13
  +++ Makefile.in	18 Sep 2003 20:33:18 -0000	1.14
  @@ -79,6 +79,7 @@
   MODULE = internal
   
   INTERNAL_CPP_PUBHEADERS = \
  +	BinFileOutputStream.hpp \
   	CharTypeTables.hpp \
   	DGXMLScanner.hpp \
   	ElemStack.hpp \
  @@ -96,13 +97,17 @@
   	XMLInternalErrorHandler.hpp \
   	XMLReader.hpp \
   	XMLScanner.hpp \
  -	XMLScannerResolver.hpp
  -
  +	XMLScannerResolver.hpp \
  +	XProtoType.hpp \
  +	XSerializable.hpp \
  +	XSerializeEngine.hpp
  +			
   INTERNAL_CPP_PRIVHEADERS =
   
   INTERNAL_C_FILES =
   
   INTERNAL_CPP_OBJECTS = \
  +	BinFileOutputStream.$(TO) \
   	DGXMLScanner.$(TO) \
   	ElemStack.$(TO) \
   	IGXMLScanner.$(TO) \
  @@ -117,7 +122,9 @@
   	XMLGrammarPoolImpl.$(TO) \
   	XMLReader.$(TO) \
   	XMLScanner.$(TO) \
  -	XMLScannerResolver.$(TO)
  +	XMLScannerResolver.$(TO) \
  +	XProtoType.$(TO) \
  +	XSerializeEngine.$(TO)
   
   all::	includes $(INTERNAL_CPP_OBJECTS)
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-cvs-help@xml.apache.org