aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorAndre Heider2010-05-09 11:00:17 +0000
committerAndre Heider2010-05-09 11:00:17 +0000
commita3e428f6dbfd39c14495909b5e748d8581e3ad2b (patch)
treea8385d0bdfc21d8a3a279a12e85aab920e266ef1 /Makefile.common
parentcff786341f22352066da235a288b876c3c2b1612 (diff)
downloadscummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.tar.gz
scummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.tar.bz2
scummvm-rg350-a3e428f6dbfd39c14495909b5e748d8581e3ad2b.zip
Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to configure.
svn-id: r48977
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.common b/Makefile.common
index 92073ae2cf..1aa61b1709 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -33,15 +33,6 @@ ifdef USE_MT32EMU
MODULES += sound/softsynth/mt32
endif
-ifdef DISABLE_SCALERS
-DEFINES += -DDISABLE_SCALERS
-endif
-
-ifdef DISABLE_HQ_SCALERS
-DEFINES += -DDISABLE_HQ_SCALERS
-endif
-
-
######################################################################
# The build rules follow - normally you should have no need to
# touch whatever comes after here.