Revision: 1491
http://svn.sourceforge.net/complement/?rev=1491&view=rev
Author: complement
Date: 2007-01-31 05:06:27 -0800 (Wed, 31 Jan 2007)
Log Message:
-----------
not required to link with libs
Modified Paths:
--------------
trunk/complement/explore/test/stem/dl/Makefile
Modified: trunk/complement/explore/test/stem/dl/Makefile
===================================================================
--- trunk/complement/explore/test/stem/dl/Makefile 2007-01-31 11:45:23 UTC (rev 1490)
+++ trunk/complement/explore/test/stem/dl/Makefile 2007-01-31 13:06:27 UTC (rev 1491)
@@ -9,10 +9,10 @@
INCLUDES += -I$(SRCROOT)/include -I$(BOOST_INCLUDE_DIR)
-LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR}
+#LDSEARCH = -L${STLPORT_LIB_DIR} -L${CoMT_LIB_DIR}
-release-shared : LDLIBS = -lxmt -lsockios -lstem -lboost_test_utf
-stldbg-shared : LDLIBS = -lxmtstlg -lsockiosstlg -lstemstlg -lboost_test_utfstlg
-dbg-shared : LDLIBS = -lxmtg -lsockiosg -lstemg -lboost_test_utfg
+#release-shared : LDLIBS = -lxmt -lsockios -lstem -lboost_test_utf
+#stldbg-shared : LDLIBS = -lxmtstlg -lsockiosstlg -lstemstlg -lboost_test_utfstlg
+#dbg-shared : LDLIBS = -lxmtg -lsockiosg -lstemg -lboost_test_utfg
-LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}:${CoMT_LIB_DIR}
+#LDFLAGS += -Wl,-rpath=${STLPORT_LIB_DIR}:${CoMT_LIB_DIR}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|