From: stephan b. <sg...@us...> - 2004-12-26 04:44:00
|
Update of /cvsroot/pclasses/pclasses2/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5035/src Modified Files: Makefile.toc Log Message: Moved s11n after System, for deps reasons. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/Makefile.toc,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- Makefile.toc 26 Dec 2004 01:58:05 -0000 1.9 +++ Makefile.toc 26 Dec 2004 04:43:51 -0000 1.10 @@ -2,7 +2,7 @@ include toc.make -SUBDIRS = Unicode s11n IO System Util Net +SUBDIRS = Unicode System s11n IO Util Net # Plugins SOURCES = Alloc.cpp \ |