diff options
author | James Brown | 2003-09-18 12:07:56 +0000 |
---|---|---|
committer | James Brown | 2003-09-18 12:07:56 +0000 |
commit | dbb20eaee5c7837d10e02661b83f5360ea7db395 (patch) | |
tree | 34e62ae8a72f243cd059eb685db1dc9981c81b02 | |
parent | 0ae88a7dfc748882fc83bf347ee2ad15d15231e8 (diff) | |
download | scummvm-rg350-dbb20eaee5c7837d10e02661b83f5360ea7db395.tar.gz scummvm-rg350-dbb20eaee5c7837d10e02661b83f5360ea7db395.tar.bz2 scummvm-rg350-dbb20eaee5c7837d10e02661b83f5360ea7db395.zip |
This'll also break Makefile.noconf
svn-id: r10291
-rw-r--r-- | base/module.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/base/module.mk b/base/module.mk index e8a8f5f154..d2c567e82b 100644 --- a/base/module.mk +++ b/base/module.mk @@ -11,7 +11,9 @@ MODULE_DIRS += \ # 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 +# +# Temporarily disabled since it causes troubles for MinGW - and +# will break Makefile.noconf #base/gameDetector.o base/plugins.o: config.mak # Include common rules |