From f93969e629f55dc6f488f4bf61c0f6374bd05029 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 15 May 2002 20:02:52 +0000 Subject: [PATCH] added staging [SVN r13927] --- build/Jamfile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build/Jamfile b/build/Jamfile index 7748a4e3..889a8a29 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -107,6 +107,14 @@ dll boost_python $(PYTHON_PROPERTIES) ; +stage bin-stage : boost_python + : + "_debug" + "_pydebug" + : + debug release + ; + ############# comprehensive module and test ########### bpl-test boost_python_test : ../test/comprehensive.cpp ;