From: stephan b. <sg...@us...> - 2004-12-28 20:21:32
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29446/src/System Modified Files: Makefile.toc Log Message: Added SystemClock.win32 Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.toc 28 Dec 2004 20:20:18 -0000 1.16 +++ Makefile.toc 28 Dec 2004 20:21:19 -0000 1.17 @@ -63,7 +63,8 @@ CriticalSection.win32.cpp \ Mutex.win32.cpp \ Semaphore.win32.cpp \ - SharedLib.win32.cpp + SharedLib.win32.cpp \ + SystemClock.win32.cpp ############################################## # TODO: use the config-mandated BUILD_SOURCES! |