mirror of
https://github.com/boostorg/regex.git
synced 2025-07-15 21:32:18 +02:00
reworked regex directory structure to match boost requirements.
[SVN r9752]
This commit is contained in:
17
example/jgrep/vc6.mak
Normal file
17
example/jgrep/vc6.mak
Normal file
@ -0,0 +1,17 @@
|
||||
|
||||
#
|
||||
# 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user