From: Christian P. <cp...@se...> - 2005-01-16 00:10:22
|
uctype.[h|cpp] and ustring.[h|cpp] are also missing in Makefile.toc. Are you on a coding session with marc ? ;-) What about Marcs xml parser and xmlrpc stuff ? Greetings, Christian Am Sonntag 16 Januar 2005 00:16 schrieb stephan beal: > Update of /cvsroot/pclasses/pclasses2/src/Unicode > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13065 > > Modified Files: > Makefile.toc > Log Message: > added unicodedata.cpp > > Index: Makefile.toc > =================================================================== > RCS file: /cvsroot/pclasses/pclasses2/src/Unicode/Makefile.toc,v > retrieving revision 1.9 > retrieving revision 1.10 > diff -u -d -r1.9 -r1.10 > --- Makefile.toc 15 Jan 2005 23:08:45 -0000 1.9 > +++ Makefile.toc 15 Jan 2005 23:16:38 -0000 1.10 > @@ -12,7 +12,8 @@ > > SOURCES = Char.cpp \ > String.cpp \ > - TextStream.cpp > + TextStream.cpp \ > + unicodedata.cpp > > HEADERS = unicodedata.h > > @@ -26,7 +27,8 @@ > > OBJECTS = Char.o \ > String.o \ > - TextStream.o > + TextStream.o \ > + unicodedata.o > > $(OBJECTS): $(SOURCES_UNICODE_GEN) > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > pclasses-cvs mailing list > pcl...@li... > https://lists.sourceforge.net/lists/listinfo/pclasses-cvs |