mirror of
https://github.com/boostorg/regex.git
synced 2025-08-03 14:34:34 +02:00
Initial boost-regex++ release
[SVN r7845]
This commit is contained in:
27
demo/jgrep/gcc.mak
Normal file
27
demo/jgrep/gcc.mak
Normal file
@@ -0,0 +1,27 @@
|
||||
|
||||
# very basic makefile for jgrep
|
||||
#
|
||||
# GNU compiler g++
|
||||
#
|
||||
CXX= -O2 -I../../../../ -I./
|
||||
|
||||
jgrep : jgrep.cpp main.cpp
|
||||
g++ -ojgrep $(CXX) jgrep.cpp main.cpp -L../../lib/gcc -lregex++
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user