[complement-svn] SF.net SVN: complement: [1923] trunk/complement/extern/custom/boost/libs/ filesyst
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-06-27 10:28:57
|
Revision: 1923 http://complement.svn.sourceforge.net/complement/?rev=1923&view=rev Author: complement Date: 2008-06-27 03:28:54 -0700 (Fri, 27 Jun 2008) Log Message: ----------- boost::filesystem build from boost 1.35.0 Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2008-06-27 10:25:25 UTC (rev 1922) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2008-06-27 10:28:54 UTC (rev 1923) @@ -4,6 +4,10 @@ #BOOST_FS_SRC = src LIBNAME = boost_fs MAJOR = 1 -MINOR = 34 -PATCH = 1 -SRC_CPP = ${BOOST_FS_SRC}/exception.cpp ${BOOST_FS_SRC}/operations.cpp ${BOOST_FS_SRC}/path.cpp ${BOOST_FS_SRC}/portability.cpp ${BOOST_FS_SRC}/utf8_codecvt_facet.cpp +MINOR = 35 +PATCH = 0 +SRC_CPP = ${BOOST_FS_SRC}/operations.cpp \ + ${BOOST_FS_SRC}/path.cpp \ + ${BOOST_FS_SRC}/portability.cpp \ + ${BOOST_FS_SRC}/utf8_codecvt_facet.cpp \ + ${BOOST_INCLUDE_DIR}/libs/system/src/error_code.cpp Modified: trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile 2008-06-27 10:25:25 UTC (rev 1922) +++ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile 2008-06-27 10:28:54 UTC (rev 1923) @@ -8,7 +8,11 @@ INCLUDES += -I${BOOST_INCLUDE_DIR} -LDFLAGS += -L${INSTALL_LIB_DIR} -Wl,-rpath=${INSTALL_LIB_DIR}:${STLPORT_LIB_DIR} +release-shared: LDFLAGS += -L../${OUTPUT_DIR} -Wl,-rpath=../${OUTPUT_DIR} +dbg-shared: LDFLAGS += -L../${OUTPUT_DIR_DBG} -Wl,-rpath=../${OUTPUT_DIR_DBG} +ifndef WITHOUT_STLPORT +stldbg-shared: LDFLAGS += -L../${OUTPUT_DIR_STLDBG} -Wl,-rpath=../${OUTPUT_DIR_STLDBG} +endif release-shared: LDLIBS = -lboost_fs dbg-shared: LDLIBS = -lboost_fsg This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |