From 39646acf5bab3252b1ca14bc60c20404171741c4 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 16 Feb 2002 00:25:16 +0000 Subject: [PATCH] updates to be compatible with Rene's new system [SVN r12831] --- Jamfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Jamfile b/Jamfile index ac32456b..aa804505 100644 --- a/Jamfile +++ b/Jamfile @@ -31,39 +31,39 @@ PYTHON_PROPERTIES ; # -------- general test ------- - extension m1 : test/m1.cpp bpl + extension m1 : test/m1.cpp bpl : : debug-python ; - extension m2 : test/m2.cpp bpl + extension m2 : test/m2.cpp bpl : : debug-python ; - boost-python-runtest try : test/newtest.py m1 m2 : : debug-python ; + boost-python-runtest try : test/newtest.py m1 m2 : : debug-python ; # ----------- builtin converters ----------- - extension builtin_converters_ext : test/test_builtin_converters.cpp bpl + extension builtin_converters_ext : test/test_builtin_converters.cpp bpl : : debug-python ; boost-python-runtest test_builtin_converters : test/test_builtin_converters.py - builtin_converters_ext + builtin_converters_ext : : debug-python ; # ----------- pointer adoption ----------- - extension test_pointer_adoption_ext : test/test_pointer_adoption.cpp bpl + extension test_pointer_adoption_ext : test/test_pointer_adoption.cpp bpl : : debug-python ; boost-python-runtest test_pointer_adoption : test/test_pointer_adoption.py - test_pointer_adoption_ext + test_pointer_adoption_ext : : debug-python ;