Updated to handle new regex support.

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@723 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dhiebert 2009-07-09 20:53:19 +00:00
parent 6eba3ec205
commit 373d37b4b1
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
include source.mak
REGEX_DEFINES = -DHAVE_REGCOMP -DREGEX_MALLOC -DSTDC_HEADERS=1
REGEX_DEFINES = -DHAVE_REGCOMP -D__USE_GNU -Dbool=int -Dfalse=0 -Dtrue=1 -Dstrcasecmp=stricmp
CFLAGS = -Wall
DEFINES = -DWIN32 $(REGEX_DEFINES) $(DEBUG)
DEFINES = -DWIN32 $(REGEX_DEFINES)
INCLUDES = -I. -Ignu_regex
CC = gcc