Updated build system.

Fixes for vc7+stlport


[SVN r20952]
This commit is contained in:
John Maddock
2003-11-26 11:46:19 +00:00
parent c642977acd
commit 2e9fa8c8f8
5 changed files with 563 additions and 584 deletions

View File

@@ -33,7 +33,7 @@ SOURCES = c_regex_traits c_regex_traits_common cpp_regex_traits
lib boost_regex : ../src/$(SOURCES).cpp <template>regex-options
:
[ common-names ]
common-variant-tag
:
debug release
;
@@ -41,7 +41,7 @@ lib boost_regex : ../src/$(SOURCES).cpp <template>regex-options
dll boost_regex : ../src/$(SOURCES).cpp <template>regex-dll-options
:
[ common-names ]
common-variant-tag
:
debug release
;
@@ -49,7 +49,7 @@ dll boost_regex : ../src/$(SOURCES).cpp <template>regex-dll-options
stage stage/lib : <lib>boost_regex <dll>boost_regex
:
<locate>$(BOOST_ROOT)
[ common-names ]
common-variant-tag
<target>stage
<target>all
: