Updated regex build system and tests to match the new Boost.Install code.

[SVN r20604]
This commit is contained in:
John Maddock
2003-11-02 12:13:16 +00:00
parent dc3878df84
commit de9338cedf
25 changed files with 2354 additions and 4060 deletions

View File

@ -3,7 +3,7 @@
#
# g++ 2.95 and greater
#
CXX= g++ $(INCLUDES) -I../../../../ -I./ $(CXXFLAGS) -L../../build/gcc $(LDFLAGS)
CXX= g++ $(INCLUDES) -L../../../../stage/lib -I../../../../ -I./ $(CXXFLAGS) -L../../build/gcc $(LDFLAGS)
#
# sources to compile for each test:
#
@ -60,5 +60,6 @@ debug : $(SOURCES)