fixed msvc-stlport builds.

[SVN r21168]
This commit is contained in:
John Maddock
2003-12-07 13:09:44 +00:00
parent e79458b0e3
commit 7f93cee9af
3 changed files with 19 additions and 1 deletions

View File

@ -26,7 +26,7 @@ rule regex-test-run ( sources + : input * )
test-suite regex-examples :
[ regex-test-run timer/regex_timer.cpp : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]
[ regex-test-run timer/regex_timer.cpp <template>../build/msvc-stlport-tricky : $(BOOST_ROOT)/libs/regex/example/timer/input_script.txt ]
[ regex-test-run jgrep/jgrep.cpp jgrep/main.cpp : -n boost/ $(BOOST_ROOT)/boost/regex.hpp ]
[ regex-test-run snippets/credit_card_example.cpp ]
[ regex-test-run snippets/partial_regex_grep.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]
@ -52,3 +52,5 @@ test-suite regex-examples :