? example/run Index: example/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/statechart/example/Jamfile.v2,v retrieving revision 1.8 diff -u -r1.8 Jamfile.v2 --- example/Jamfile.v2 1 Sep 2005 10:37:45 -0000 1.8 +++ example/Jamfile.v2 12 Mar 2006 19:23:26 -0000 @@ -4,7 +4,10 @@ # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ############################################################################## -project libs/statechart/example ; +project libs/statechart/example + : requirements + shared:true + ; local custom = CUSTOMIZE_MEMORY_MANAGEMENT ; local native = BOOST_STATECHART_USE_NATIVE_RTTI ; @@ -71,4 +74,4 @@ [ statechart-st-example-build PerformanceCustom : Performance : Performance : $(custom) ] [ statechart-st-example-build PerformanceNative - : Performance : Performance : $(native) ] ; \ No newline at end of file + : Performance : Performance : $(native) ] ; Index: test/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/statechart/test/Jamfile.v2,v retrieving revision 1.5 diff -u -r1.5 Jamfile.v2 --- test/Jamfile.v2 19 Feb 2006 19:41:48 -0000 1.5 +++ test/Jamfile.v2 12 Mar 2006 19:23:26 -0000 @@ -4,7 +4,10 @@ # ing file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ############################################################################## -project libs/statechart/test ; +project libs/statechart/test + : requirements + gcc:-Wno-non-virtual-dtor + ; local test_monitor = ../../../libs/test/build//boost_test_exec_monitor ; # Some platforms have either problems with the automatic detection of the