From: stephan b. <sg...@us...> - 2005-02-27 17:25:11
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25412 Modified Files: Makefile.toc Log Message: added missing sources. test apps now link Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.toc 26 Feb 2005 16:53:35 -0000 1.20 +++ Makefile.toc 27 Feb 2005 17:25:03 -0000 1.21 @@ -12,15 +12,19 @@ SOURCES_COMMON = \ CriticalSection.cpp \ CriticalSection.generic.cpp \ + EventQueue.cpp \ + File.common.cpp \ FileInfo.common.cpp \ Mime.cpp \ Mutex.cpp \ PathFinder.cpp \ + Pipe.common.cpp \ Process.common.cpp \ ProcessIO.cpp \ SystemError.cpp \ timeout.cpp \ - SharedLib.common.cpp + SharedLib.common.cpp \ + StorageDevice.common.cpp SOURCES_SO_LIBDL = \ SharedLib.dl.cpp @@ -71,6 +75,7 @@ SOURCES_WIN32 = Condition.win32.cpp \ CriticalSection.win32.cpp \ + FileInfo.win32.cpp \ Mutex.win32.cpp \ Semaphore.win32.cpp \ SharedLib.win32.cpp \ |