[complement-svn] SF.net SVN: complement: [1370] trunk/complement/extern/custom/boost/libs/ date_tim
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-11-01 16:40:37
|
Revision: 1370 http://svn.sourceforge.net/complement/?rev=1370&view=rev Author: complement Date: 2006-11-01 08:40:25 -0800 (Wed, 01 Nov 2006) Log Message: ----------- fix build boost::date_time Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/date_time/Makefile trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/date_time/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/date_time/Makefile 2006-11-01 16:34:46 UTC (rev 1369) +++ trunk/complement/extern/custom/boost/libs/date_time/Makefile 2006-11-01 16:40:25 UTC (rev 1370) @@ -1,9 +1,8 @@ # -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> SRCROOT := ../../../../../explore -BOOST_DIR := ${HOME}/labs/boost -# WITHOUT_STLPORT := 1 COMPILER_NAME := gcc +POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_date_time.so include Makefile.inc include ${SRCROOT}/Makefiles/top.mak Modified: trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2006-11-01 16:34:46 UTC (rev 1369) +++ trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2006-11-01 16:40:25 UTC (rev 1370) @@ -1,8 +1,10 @@ # -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> -BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/date_time/src +BOOST_SRC = ${BOOST_INCLUDE_DIR}/libs/date_time/src LIBNAME = boost_dt MAJOR = 1 MINOR = 33 PATCH = 1 -SRC_CPP = ${BOOST_FS_SRC}/gregorian/greg_month.cpp ${BOOST_FS_SRC}/gregorian/greg_weekday.cpp ${BOOST_FS_SRC}/gregorian/date_generators.cpp +SRC_CPP = ${BOOST_SRC}/gregorian/greg_month.cpp \ + ${BOOST_SRC}/gregorian/greg_weekday.cpp \ + ${BOOST_SRC}/gregorian/date_generators.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |