Files
boost_regex/example/jgrep/vc6.mak
2001-04-10 11:44:47 +00:00

18 lines
198 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 user32.lib