From: stephan b. <sg...@us...> - 2004-12-30 15:40:24
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9849/src Modified Files: Makefile.toc Log Message: Put IO subdir before System, because of deps and required order of build. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.toc 29 Dec 2004 19:55:55 -0000 1.13 +++ Makefile.toc 30 Dec 2004 15:40:13 -0000 1.14 @@ -2,7 +2,7 @@ include toc.make -SUBDIRS = Unicode System Util s11n IO Net SIO +SUBDIRS = Unicode IO System Util s11n Net SIO SOURCES = Alloc.cpp \ AtomicInt.gcc-x86.cpp \ @@ -14,8 +14,6 @@ Time.cpp \ TimeSpan.cpp -# will move to IO: IODevice.cpp -# will move to Unicode: Char.cpp String.cpp TextStream.cpp DIST_FILES += $(SOURCES) OBJECTS = $(patsubst %.cpp,%.o,$(SOURCES)) |