diff options
author | Andre Heider | 2010-05-09 11:00:17 +0000 |
---|---|---|
committer | Andre Heider | 2010-05-09 11:00:17 +0000 |
commit | a3e428f6dbfd39c14495909b5e748d8581e3ad2b (patch) | |
tree | a8385d0bdfc21d8a3a279a12e85aab920e266ef1 /backends/platform/ds | |
parent | cff786341f22352066da235a288b876c3c2b1612 (diff) | |
download | scummvm-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 'backends/platform/ds')
-rw-r--r-- | backends/platform/ds/arm9/makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/ds/arm9/makefile b/backends/platform/ds/arm9/makefile index 86e40c7e2f..eca170ef96 100644 --- a/backends/platform/ds/arm9/makefile +++ b/backends/platform/ds/arm9/makefile @@ -286,7 +286,6 @@ RANLIB = arm-eabi-ranlib OBJCOPY = arm-eabi-objcopy AS = arm-eabi-as HAVE_GCC3 = true -DISABLE_SCALERS = true ifdef DYNAMIC_MODULES DEFINES += -DDYNAMIC_MODULES |