From: stephan b. <sg...@us...> - 2004-12-31 14:34:19
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7652/src/System Modified Files: Makefile.toc Log Message: Added ProcessIO.cpp, Process.common.cpp, Process.posix.cpp Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.toc 28 Dec 2004 20:21:19 -0000 1.17 +++ Makefile.toc 31 Dec 2004 14:34:10 -0000 1.18 @@ -16,11 +16,12 @@ Mime.cpp \ Mutex.cpp \ PathFinder.cpp \ + Process.common.cpp \ + ProcessIO.cpp \ SystemError.cpp \ timeout.cpp \ SharedLib.common.cpp - SOURCES_SO_LIBDL = \ SharedLib.dl.cpp @@ -54,6 +55,7 @@ FileInfo.posix.cpp \ Mutex.posix.cpp \ Pipe.posix.cpp \ + Process.posix.cpp \ Semaphore.posix.cpp \ SharedMemory.posix.cpp \ SystemClock.posix.cpp \ |