[complement-svn] SF.net SVN: complement: [1866] trunk/complement/extern/custom/ fastcgi-daemon/main
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2008-04-29 12:19:16
|
Revision: 1866 http://complement.svn.sourceforge.net/complement/?rev=1866&view=rev Author: complement Date: 2008-04-29 05:19:14 -0700 (Tue, 29 Apr 2008) Log Message: ----------- libs for dbg and stldbg Modified Paths: -------------- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile Modified: trunk/complement/extern/custom/fastcgi-daemon/main/Makefile =================================================================== --- trunk/complement/extern/custom/fastcgi-daemon/main/Makefile 2008-04-29 09:41:55 UTC (rev 1865) +++ trunk/complement/extern/custom/fastcgi-daemon/main/Makefile 2008-04-29 12:19:14 UTC (rev 1866) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <08/04/29 12:25:34 yeti> +# -*- makefile -*- Time-stamp: <08/04/29 16:18:23 yeti> SRCROOT := ../../../../explore # POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_date_time.so @@ -12,4 +12,8 @@ release-shared: LDLIBS += -L../../boost/libs/thread/${OUTPUT_DIR} -lboost_thread -L../../boost/libs/regex/${OUTPUT_DIR} -lboost_regex -L../../fcgi/libfcgi/${OUTPUT_DIR} -lfcgi -L../../fcgi/libfcgi++/${OUTPUT_DIR} -lfcgi++ -L../library/${OUTPUT_DIR} -lfastcgi-daemon -ldl -lxml2 -# \ No newline at end of file +dbg-shared: LDLIBS += -L../../boost/libs/thread/${OUTPUT_DIR_DBG} -lboost_threadg -L../../boost/libs/regex/${OUTPUT_DIR_DBG} -lboost_regexg -L../../fcgi/libfcgi/${OUTPUT_DIR_DBG} -lfcgig -L../../fcgi/libfcgi++/${OUTPUT_DIR_DBG} -lfcgi++g -L../library/${OUTPUT_DIR_DBG} -lfastcgi-daemong -ldl -lxml2 + +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS += -L../../boost/libs/thread/${OUTPUT_DIR_STLDBG} -lboost_threadstlg -L../../boost/libs/regex/${OUTPUT_DIR_STLDBG} -lboost_regexstlg -L../../fcgi/libfcgi/${OUTPUT_DIR_STLDBG} -lfcgistlg -L../../fcgi/libfcgi++/${OUTPUT_DIR_STLDBG} -lfcgi++stlg -L../library/${OUTPUT_DIR_STLDBG} -lfastcgi-daemonstlg -ldl -lxml2 +endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |