mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 23:32:10 +02:00
19 lines
223 B
Makefile
19 lines
223 B
Makefile
|
|
#
|
|
# very simple makefile for Visual C++ 6 + STLPort 4
|
|
#
|
|
|
|
jgrep.exe: main.cpp jgrep.cpp jgrep.h
|
|
cl -GX -GR /Oityb1 /GF /Gy -MT -I..\..\..\..\ jgrep.cpp main.cpp /link /LIBPATH:..\..\build\vc6-stlport user32.lib
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|