[complement-svn] SF.net SVN: complement: [1785] trunk/complement/extern/custom/boost/libs
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-10-31 18:36:43
|
Revision: 1785 http://complement.svn.sourceforge.net/complement/?rev=1785&view=rev Author: complement Date: 2007-10-31 11:36:41 -0700 (Wed, 31 Oct 2007) Log Message: ----------- boost 1.34.1 Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc trunk/complement/extern/custom/boost/libs/filesystem/Makefile trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc trunk/complement/extern/custom/boost/libs/regex/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,10 +1,10 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:51 ptr> BOOST_SRC = ${BOOST_INCLUDE_DIR}/libs/date_time/src LIBNAME = boost_dt MAJOR = 1 MINOR = 34 -PATCH = 0 +PATCH = 1 SRC_CPP = ${BOOST_SRC}/gregorian/greg_month.cpp \ ${BOOST_SRC}/gregorian/greg_weekday.cpp \ ${BOOST_SRC}/gregorian/date_generators.cpp Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,15 +1,12 @@ # -*- makefile -*- Time-stamp: <06/06/27 02:25:13 ptr> SRCROOT := ../../../../../explore -COMPILER_NAME := gcc POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_filesystem.so POST_INSTALL_DBG = ln -sf ${SO_NAME_DBG} $(INSTALL_LIB_DIR_DBG)/libboost_filesystem.so include Makefile.inc include ${SRCROOT}/Makefiles/gmake/top.mak -INCLUDES += -I${BOOST_INCLUDE_DIR} - ifdef USE_SYSTEM_BOOST POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_filesystem.so $(INSTALL_LIB_DIR)/${SO_NAME} POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_filesystem.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,9 +1,9 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:27 ptr> BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/filesystem/src #BOOST_FS_SRC = src LIBNAME = boost_fs MAJOR = 1 MINOR = 34 -PATCH = 0 +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 Modified: trunk/complement/extern/custom/boost/libs/regex/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,10 +1,10 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:11 ptr> BOOST_REGEX_SRC = $(BOOST_INCLUDE_DIR)/libs/regex/src LIBNAME = boost_regex MAJOR = 1 MINOR = 34 -PATCH = 0 +PATCH = 1 SRC_CPP = $(BOOST_REGEX_SRC)/c_regex_traits.cpp \ $(BOOST_REGEX_SRC)/regex_traits_defaults.cpp \ $(BOOST_REGEX_SRC)/cpp_regex_traits.cpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |