From: Dejan L. <le...@us...> - 2004-06-12 16:32:33
|
Update of /cvsroot/rtk/rtk/src/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21069 Modified Files: CMakeLists.txt Log Message: Added File.cpp to both Linux and Windows build system. Index: CMakeLists.txt =================================================================== RCS file: /cvsroot/rtk/rtk/src/core/CMakeLists.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CMakeLists.txt 11 Jun 2004 13:15:08 -0000 1.14 --- CMakeLists.txt 12 Jun 2004 16:32:20 -0000 1.15 *************** *** 45,49 **** error.cpp String.cpp Array.cpp rchar.cpp Vector.cpp Variant.cpp ! PriorityQueue.cpp ) --- 45,49 ---- error.cpp String.cpp Array.cpp rchar.cpp Vector.cpp Variant.cpp ! PriorityQueue.cpp Buffer.cpp ) *************** *** 53,60 **** --- 53,62 ---- SET(RTK_CORE_LINUX_SFILES platform/linux/Thread.cpp platform/linux/Mutex.cpp + platform/linux/File.cpp ) # Windows SET(RTK_CORE_WIN32_SFILES platform/win32/Thread.cpp platform/win32/Mutex.cpp + platform/win32/File.cpp ) |