aboutsummaryrefslogtreecommitdiff
path: root/base/module.mk
diff options
context:
space:
mode:
Diffstat (limited to 'base/module.mk')
-rw-r--r--base/module.mk15
1 files changed, 4 insertions, 11 deletions
diff --git a/base/module.mk b/base/module.mk
index 9aad4e6bb0..07b9a64453 100644
--- a/base/module.mk
+++ b/base/module.mk
@@ -1,20 +1,13 @@
MODULE := base
MODULE_OBJS := \
- base/engine.o \
- base/gameDetector.o \
- base/main.o \
- base/plugins.o
+ engine.o \
+ gameDetector.o \
+ main.o \
+ plugins.o
MODULE_DIRS += \
base
-# Some of the base files depend on the values of the DISABLE_* flags defined
-# in config.mak. Hence we add an explicit make dependency on that file.
-#
-# Temporarily disabled since it causes troubles for MinGW - and
-# will break Makefile.noconf
-#base/gameDetector.o base/plugins.o: config.mak
-
# Include common rules
include $(srcdir)/common.rules