mirror of
https://github.com/nginx/nginx.git
synced 2024-12-05 06:19:01 +08:00
ea8828b99e
instead of single old 4.4 version
24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
|
|
# Copyright (C) Igor Sysoev
|
|
|
|
|
|
CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
|
|
PCREFLAGS = -DHAVE_CONFIG_H -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10
|
|
|
|
|
|
pcre.lib:
|
|
cd $(PCRE)
|
|
|
|
wcl386 $(CFLAGS) -i=. $(PCREFLAGS) pcre_*.c
|
|
|
|
dir /b *.obj > pcre.lst
|
|
|
|
wlib -n pcre.lib @pcre.lst
|
|
|
|
pcre.h:
|
|
cd $(PCRE)
|
|
|
|
copy /y pcre.h.generic pcre.h
|
|
copy /y config.h.generic config.h
|
|
copy /y pcre_chartables.c.dist pcre_chartables.c
|