nginx/auto/lib/pcre/makefile.owc

26 lines
484 B
Plaintext
Raw Normal View History

2004-03-10 03:47:07 +08:00
# Copyright (C) Igor Sysoev
2012-01-18 23:07:43 +08:00
# Copyright (C) Nginx, Inc.
2004-03-11 04:56:39 +08:00
CFLAGS = -c -zq -bt=nt -ot -op -oi -oe -s -bm $(CPU_OPT)
PCREFLAGS = -DHAVE_CONFIG_H -DPCRE_STATIC -DPOSIX_MALLOC_THRESHOLD=10 &
-DSUPPORT_PCRE8 -DHAVE_MEMMOVE
2004-03-10 03:47:07 +08:00
pcre.lib:
cd $(PCRE)
wcl386 $(CFLAGS) -i=. $(PCREFLAGS) pcre_*.c
2004-03-10 03:47:07 +08:00
dir /b *.obj > pcre.lst
2004-03-15 04:46:25 +08:00
wlib -n pcre.lib @pcre.lst
2004-03-15 04:46:25 +08:00
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