More regex makefile updates (changed name to libboost_regex)

[SVN r9486]
This commit is contained in:
John Maddock
2001-03-08 12:29:07 +00:00
parent 15142ddf9d
commit 9e6a7d8e5f
11 changed files with 23 additions and 22 deletions

View File

@ -9,10 +9,10 @@ total : r2
./r2 tests.txt
r2 : tests.cpp parse.cpp regress.cpp
$(CXX) -O2 -o r2 tests.cpp parse.cpp regress.cpp -lregex++ $(LIBS)
$(CXX) -O2 -o r2 tests.cpp parse.cpp regress.cpp -lboost_regex $(LIBS)
debug : tests.cpp parse.cpp regress.cpp
$(CXX) -g -o r2 tests.cpp parse.cpp regress.cpp -lregex++debug $(LIBS)
$(CXX) -g -o r2 tests.cpp parse.cpp regress.cpp -lboost_regex_debug $(LIBS)