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/psp/Makefile | |
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/psp/Makefile')
-rw-r--r-- | backends/platform/psp/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/psp/Makefile b/backends/platform/psp/Makefile index 6f76f6d805..8e83563d10 100644 --- a/backends/platform/psp/Makefile +++ b/backends/platform/psp/Makefile @@ -91,10 +91,6 @@ PLUGIN_SUFFIX = .plg PLUGIN_EXTRA_DEPS = plugin.syms scummvm-psp.elf PLUGIN_LDFLAGS = -nostartfiles -Wl,-q,--just-symbols=scummvm-psp.org.elf,-Tplugin.ld,--retain-symbols-file,plugin.syms -lstdc++ -lc -# Remove unneeded scalers -DISABLE_SCALERS = true -DISABLE_HQ_SCALERS = true - # PSP-specific variables STRIP = psp-strip MKSFO = mksfoex -d MEMSIZE=1 |