comparison auto/lib/pcre/makefile.owc @ 282:30310107dbc9

nginx-0.0.2-2004-03-09-22:47:07 import
author Igor Sysoev <igor@sysoev.ru>
date Tue, 09 Mar 2004 19:47:07 +0000
parents
children 8f65fee68270
comparison
equal deleted inserted replaced
281:014292b55158 282:30310107dbc9
1
2 CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(OWC_OPT)
3 PCREFLAGS = -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10
4
5
6 pcre.lib:
7 patch -o pcre.h pcre.in patch.pcre
8 patch -o config.h config.in patch.config
9
10 wcl386 -zq -bt=nt -l=nt -fe=dftables dftables.c
11 dftables > chartables.c
12
13 wcl386 $(CFLAGS) $(PCREFLAGS) maketables.c get.c study.c pcre.c
14 wlib -n pcre.lib maketables.obj get.obj study.obj pcre.obj