diff options
author | Eugene Sandulenko | 2006-09-29 08:14:27 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-09-29 08:14:27 +0000 |
commit | 8e2c703baba570b18aec9d871fdc8ee7efe49e57 (patch) | |
tree | f75cab4641be96daacec06e47167dbe075f642f5 /backends/platform/gp32 | |
parent | 3d71f16b47c8af0f69c1f25af0eaa69f67a9beba (diff) | |
download | scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.gz scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.tar.bz2 scummvm-rg350-8e2c703baba570b18aec9d871fdc8ee7efe49e57.zip |
First pahse of renaming simon engine to agos. Internal renames. Compilation
is broken
svn-id: r24008
Diffstat (limited to 'backends/platform/gp32')
-rw-r--r-- | backends/platform/gp32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/gp32/Makefile b/backends/platform/gp32/Makefile index e91a27f33f..d3ae963ca2 100644 --- a/backends/platform/gp32/Makefile +++ b/backends/platform/gp32/Makefile @@ -159,7 +159,7 @@ DISABLE_HQ_SCALERS = 1 DISABLE_SCUMM_7_8 = 1 DISABLE_HE = 1 -#DISABLE_SIMON = 1 +#DISABLE_AGOS = 1 #DISABLE_SKY = 1 #DISABLE_QUEEN = 1 #DISABLE_GOB = 1 |