summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 10:07:11 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 10:07:11 +0000
commitba1d2d9fd929ed21a0be5e6ceaf413eb075470d2 (patch)
treec4b2765a7200d84ed281a649988fb6f27487945b
parent3eeb67cd895c10c86e011f0da3bf0a12655b641d (diff)
downloadcrawl-ref-ba1d2d9fd929ed21a0be5e6ceaf413eb075470d2.tar.gz
crawl-ref-ba1d2d9fd929ed21a0be5e6ceaf413eb075470d2.zip
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
-rw-r--r--crawl-ref/source/makefile.mgw4
1 files 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))