[complement-svn] SF.net SVN: complement: [1748] trunk/complement/explore/lib/janus
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2007-09-27 13:42:53
|
Revision: 1748 http://complement.svn.sourceforge.net/complement/?rev=1748&view=rev Author: complement Date: 2007-09-27 06:42:40 -0700 (Thu, 27 Sep 2007) Log Message: ----------- define __FIT_VS_TRACE macro for debug targets. Modified Paths: -------------- trunk/complement/explore/lib/janus/ChangeLog trunk/complement/explore/lib/janus/Makefile Modified: trunk/complement/explore/lib/janus/ChangeLog =================================================================== --- trunk/complement/explore/lib/janus/ChangeLog 2007-09-27 13:41:12 UTC (rev 1747) +++ trunk/complement/explore/lib/janus/ChangeLog 2007-09-27 13:42:40 UTC (rev 1748) @@ -1,8 +1,10 @@ 2007-09-27 Petr Ovtchenkov <pt...@is...> * vshostmgr.cc, janus.cc, vtime.cc: print trace info before - stem's Send. + stem's Send; + * Makefile: define __FIT_VS_TRACE macro for debug targets. + 2007-09-25 Petr Ovtchenkov <pt...@is...> * vshostmgr.h, vshostmgr.cc: try to connect to well-known hosts Modified: trunk/complement/explore/lib/janus/Makefile =================================================================== --- trunk/complement/explore/lib/janus/Makefile 2007-09-27 13:41:12 UTC (rev 1747) +++ trunk/complement/explore/lib/janus/Makefile 2007-09-27 13:42:40 UTC (rev 1748) @@ -20,6 +20,12 @@ endif dbg-shared : LDLIBS = -lxmtg -lsockiosg -lstemg +dbg-shared: DEFS += -D__FIT_VS_TRACE + +ifndef WITHOUT_STLPORT +stldbg-shared: DEFS += -D__FIT_VS_TRACE +endif + check: all-shared $(MAKE) -C ut (cd ut; ${OUTPUT_DIR}/ut_vtime) || exit 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |