forked from boostorg/regex
Initial boost-regex++ release
[SVN r7845]
This commit is contained in:
16
demo/jgrep/vc6-stlport.mak
Normal file
16
demo/jgrep/vc6-stlport.mak
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
#
|
||||
# very simple makefile for Visual C++ 6 + STLPort 4
|
||||
#
|
||||
|
||||
jgrep.exe: main.cpp jgrep.cpp jgrep.h
|
||||
cl -GX -GR -O2 -MT -I..\..\..\..\ jgrep.cpp main.cpp /link /LIBPATH:..\..\lib\vc6-stlport user32.lib
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user