From ba1d2d9fd929ed21a0be5e6ceaf413eb075470d2 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 26 Sep 2006 10:07:11 +0000 Subject: Default makefile.mgw should not define CLUA_BINDINGS and REGEX_PCRE. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@128 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile.mgw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw index 7c683cd369..4efda71949 100644 --- a/crawl-ref/source/makefile.mgw +++ b/crawl-ref/source/makefile.mgw @@ -18,8 +18,8 @@ COPY = copy OS_TYPE = WIN32CONSOLE CFLAGS = -Wall -Wwrite-strings -Wstrict-prototypes \ -Wmissing-prototypes -Wmissing-declarations \ - -D$(OS_TYPE) $(EXTRA_FLAGS) -DCLUA_BINDINGS \ - -DWINMM_PLAY_SOUNDS -DREGEX_PCRE + -D$(OS_TYPE) $(EXTRA_FLAGS) \ + -DWINMM_PLAY_SOUNDS OBJECTS := $(OBJECTS) libw32c.o OBJECTS := $(foreach file,$(OBJECTS),$(OPATH)/$(file)) -- cgit v1.2.3-54-g00ecf