[complement-svn] SF.net SVN: complement: [1300] trunk/explore/perf/STL/string/ropes
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-10-06 09:38:19
|
Revision: 1300 http://svn.sourceforge.net/complement/?rev=1300&view=rev Author: complement Date: 2006-10-06 02:38:11 -0700 (Fri, 06 Oct 2006) Log Message: ----------- fix runtime path Modified Paths: -------------- trunk/explore/perf/STL/string/ropes/STLport-default/Makefile trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile trunk/explore/perf/STL/string/ropes/libstdc++/Makefile Modified: trunk/explore/perf/STL/string/ropes/STLport-default/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-default/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-default/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -11,5 +11,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} -release-shared: LDSEARCH = -L../../../build/lib -Wl,-rpath=../build/lib +release-shared: LDSEARCH = -L../../../build/lib -Wl,-rpath=../../build/lib release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-malloc/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -12,5 +12,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} DEFS += -D_STLP_USE_MALLOC -release-shared: LDSEARCH = -L../../../build/lib/malloc -Wl,-rpath=../build/lib/malloc +release-shared: LDSEARCH = -L../../../build/lib/malloc -Wl,-rpath=../../build/lib/malloc release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/STLport-newalloc/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -12,5 +12,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} DEFS += -D_STLP_USE_NEWALLOC -release-shared: LDSEARCH = -L../../../build/lib/newalloc -Wl,-rpath=../build/lib/newalloc +release-shared: LDSEARCH = -L../../../build/lib/newalloc -Wl,-rpath=../../build/lib/newalloc release-shared: LDLIBS = -lmisc Modified: trunk/explore/perf/STL/string/ropes/libstdc++/Makefile =================================================================== --- trunk/explore/perf/STL/string/ropes/libstdc++/Makefile 2006-10-05 17:39:48 UTC (rev 1299) +++ trunk/explore/perf/STL/string/ropes/libstdc++/Makefile 2006-10-06 09:38:11 UTC (rev 1300) @@ -13,5 +13,5 @@ INCLUDES += -I${CoMT_INCLUDE_DIR} -release-shared: LDSEARCH = -L../../../build/lib/libstdc++ -Wl,-rpath=../build/lib/libstdc++ +release-shared: LDSEARCH = -L../../../build/lib/libstdc++ -Wl,-rpath=../../build/lib/libstdc++ release-shared: LDLIBS = -lmisc This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |