forked from boostorg/regex
17 lines
195 B
Makefile
17 lines
195 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:..\..\lib\vc6 user32.lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|