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/12/16 18:21:31 UTC

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

peiyongz    2003/12/16 09:21:31

  Modified:    c/src/xercesc/internal Makefile.in
  Log:
  BinMemOutputStream
  
  Revision  Changes    Path
  1.20      +3 -1      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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Makefile.in	21 Nov 2003 17:12:11 -0000	1.19
  +++ Makefile.in	16 Dec 2003 17:21:31 -0000	1.20
  @@ -80,6 +80,7 @@
   
   INTERNAL_CPP_PUBHEADERS = \
   	BinFileOutputStream.hpp \
  +	BinMemOutputStream.hpp \
   	CharTypeTables.hpp \
   	DGXMLScanner.hpp \
   	ElemStack.hpp \
  @@ -114,6 +115,7 @@
   
   INTERNAL_CPP_OBJECTS = \
   	BinFileOutputStream.$(TO) \
  +	BinMemOutputStream.$(TO) \
   	DGXMLScanner.$(TO) \
   	ElemStack.$(TO) \
   	IGXMLScanner.$(TO) \
  
  
  

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