Modified jamfiles to work with new updated build system

[SVN r12952]
This commit is contained in:
John Maddock
2002-02-27 12:37:28 +00:00
parent e18c474222
commit 9ef4719dff
2 changed files with 22 additions and 20 deletions

View File

@ -8,7 +8,7 @@ local test-files = $(test-dir)tests.txt
;
unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -20,7 +20,7 @@ unit-test regress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
;
unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -33,7 +33,7 @@ unit-test wregress : regress/parse.cpp regress/regress.cpp regress/tests.cpp
;
unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -44,7 +44,7 @@ unit-test posix_api_check_c : c_compiler_checks/posix_api_check.c
;
unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -55,7 +55,7 @@ unit-test wide_posix_api_check_c : c_compiler_checks/wide_posix_api_check.c
;
unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -66,7 +66,7 @@ unit-test posix_api_check : c_compiler_checks/posix_api_check.cpp
;
unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp
<lib>../build/libboost_regex$(SUFLIB)
<lib>../build/boost_regex$(SUFLIB)
:
<include>../../../
<define>BOOST_REGEX_NO_LIB=1
@ -84,3 +84,4 @@ unit-test wide_posix_api_check : c_compiler_checks/wide_posix_api_check.cpp