diff options
author | Tony Puccinelli | 2010-08-14 09:03:35 +0000 |
---|---|---|
committer | Tony Puccinelli | 2010-08-14 09:03:35 +0000 |
commit | af81ed98c5aa0020ebbac21bc54df4acd917ccf7 (patch) | |
tree | bf5a3f4d3449a79045d90c43bc7ed536c4e4dabe /backends | |
parent | 43488f789f805d9cc377a9b6cdc1cabb2e2484d1 (diff) | |
download | scummvm-rg350-af81ed98c5aa0020ebbac21bc54df4acd917ccf7.tar.gz scummvm-rg350-af81ed98c5aa0020ebbac21bc54df4acd917ccf7.tar.bz2 scummvm-rg350-af81ed98c5aa0020ebbac21bc54df4acd917ccf7.zip |
added dynamic plugins stuff for PS2 into Makefile (and added couple of defines for abstracted ELF-LOADER for psp
svn-id: r52083
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/ps2/Makefile.ps2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/Makefile.ps2 b/backends/platform/ps2/Makefile.ps2 index 53f9b51360..f0e57fab0f 100644 --- a/backends/platform/ps2/Makefile.ps2 +++ b/backends/platform/ps2/Makefile.ps2 @@ -6,7 +6,7 @@ PS2_EXTRA_INCS = /zlib/include /libmad/ee/include /SjPcm/ee/src /tremor PS2_EXTRA_LIBS = /zlib/lib /libmad/ee/lib /SjPcm/ee/lib /tremor/tremor # Set to 1 to enable, 0 to disable dynamic modules -DYNAMIC_MODULES = 1 +DYNAMIC_MODULES = 0 # Set to 1 to enable, 0 to disable more detailed printing of gcc commands VERBOSE_BUILD=0 |