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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to