forked from boostorg/regex
Regex point release 3.02
[SVN r8226]
This commit is contained in:
@ -8,6 +8,9 @@ CXX= -O2 -I../../../../ -I./
|
||||
jgrep : jgrep.cpp main.cpp
|
||||
g++ -ojgrep $(CXX) jgrep.cpp main.cpp -L../../lib/gcc -lregex++
|
||||
|
||||
debug : jgrep.cpp main.cpp
|
||||
g++ -ojgrep -I../../../../ -I./ -g jgrep.cpp main.cpp -L../../lib/gcc -lregex++debug
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user