From: stephan b. <sg...@us...> - 2004-12-24 04:52:20
|
Update of /cvsroot/pclasses/pclasses2/include/pclasses In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5735 Modified Files: Makefile.toc Log Message: mass commit: build tweaks/fixes Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/include/pclasses/Makefile.toc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.toc 23 Dec 2004 04:59:26 -0000 1.2 +++ Makefile.toc 24 Dec 2004 04:52:03 -0000 1.3 @@ -2,7 +2,7 @@ include toc.make -SUBDIRS = Net System Util +SUBDIRS = Unicode IO Net System Util HEADERS = Algorithm.h \ @@ -11,7 +11,6 @@ AtomicTraits.h \ BasicTypes.h \ ByteOrderTraits.h \ - Char.h \ CircularQueue.h \ Exception.h \ Factory.h \ @@ -24,7 +23,6 @@ LockTraits.h \ NonCopyable.h \ Pair.h \ - pclasses_config.h \ Phoenix.h \ Queue.h \ ScopedArrayPtr.h \ @@ -32,8 +30,6 @@ SharedPtr.h \ SourceInfo.h \ Stack.h \ - String.h \ - TextStream.h \ TypeTraits.h \ ValueType.h \ Vector.h @@ -45,4 +41,4 @@ DIST_FILES += $(HEADERS) $(CONF_H_IN) DISTCLEAN_FILES += $(CONF_H) -all: +all: subdirs |