mirror of
https://github.com/boostorg/regex.git
synced 2025-08-01 05:24:38 +02:00
Initial boost-regex++ release
[SVN r7845]
This commit is contained in:
15
demo/jgrep/vc6.mak
Normal file
15
demo/jgrep/vc6.mak
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#
|
||||
# very simple makefile for Visual C++ 6
|
||||
#
|
||||
|
||||
jgrep.exe: main.cpp jgrep.cpp jgrep.h
|
||||
cl -GX -GR -O2 -I..\..\..\..\ jgrep.cpp main.cpp /link /LIBPATH:..\..\lib\vc6 user32.lib
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user