forked from boostorg/regex
19 lines
188 B
Makefile
19 lines
188 B
Makefile
|
|
#
|
|
# very simple makefile for Visual C++ 6
|
|
#
|
|
|
|
jgrep.exe: main.cpp jgrep.cpp jgrep.h
|
|
cl -GX -GR /Oityb1 /GF /Gy -I..\..\..\..\ jgrep.cpp main.cpp /link /LIBPATH:..\..\build\vc6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|