summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 312dcd705d..750e25a6c7 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -12,7 +12,9 @@ COPY = copy
OS_TYPE = WIN32CONSOLE
CFLAGS = -Wall -Wwrite-strings -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations \
- -D$(OS_TYPE) $(EXTRA_FLAGS)
+ -D$(OS_TYPE) $(EXTRA_FLAGS) -DCLUA_BINDINGS \
+ -DWINMM_PLAY_SOUNDS -DREGEX_PCRE
+
OBJECTS := $(OBJECTS) libw32c.o
LDFLAGS =