]> git.lyx.org Git - features.git/commitdiff
update to boost 1.34 cvs
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 6 Sep 2006 08:43:10 +0000 (08:43 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 6 Sep 2006 08:43:10 +0000 (08:43 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14900 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/boost/libs/filesystem/CMakeLists.txt

index 797d6818cff6564620d1204a7479295c57bc061a..aa9738007c218f5c7c6ccf9b4259f266b4bf87fd 100644 (file)
@@ -1,10 +1,9 @@
 project(boost_filesystem)
 
 set(boost_filesystem_sources
-       convenience.cpp
        exception.cpp
-       operations_posix_windows.cpp
-       path_posix_windows.cpp
+       operations.cpp
+       path.cpp
 )
 
 lyx_add_path(boost_filesystem_sources ${TOP_SRC_DIR}/boost/libs/filesystem/src)