From: stephan b. <sg...@us...> - 2005-01-18 18:04:48
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2036 Modified Files: Makefile.toc Log Message: added ThreadKey.posix.cpp Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.toc 31 Dec 2004 14:34:10 -0000 1.18 +++ Makefile.toc 18 Jan 2005 18:04:17 -0000 1.19 @@ -59,7 +59,8 @@ Semaphore.posix.cpp \ SharedMemory.posix.cpp \ SystemClock.posix.cpp \ - Thread.posix.cpp + Thread.posix.cpp \ + ThreadKey.posix.cpp SOURCES_WIN32 = Condition.win32.cpp \ CriticalSection.win32.cpp \ |