Moved common build options into build/Jamfile

[SVN r20355]
This commit is contained in:
John Maddock
2003-10-12 11:19:15 +00:00
parent c23a7a8cfe
commit ff1c0a0bb5
4 changed files with 32 additions and 32 deletions

View File

@ -3,7 +3,7 @@
subproject libs/regex/example ;
# bring in the rules for testing
import testing ../base ;
import testing ;
rule regex-test-run ( sources + : input * )
{
@ -11,7 +11,7 @@ rule regex-test-run ( sources + : input * )
run
# sources
$(sources)
<template>regex-options
<template>../build/regex-options
# dependencies
<lib>../build/boost_regex
@ -51,3 +51,4 @@ test-suite regex-examples :