aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorEugene Sandulenko2006-09-29 08:14:27 +0000
committerEugene Sandulenko2006-09-29 08:14:27 +0000
commit8e2c703baba570b18aec9d871fdc8ee7efe49e57 (patch)
treef75cab4641be96daacec06e47167dbe075f642f5 /configure
parent3d71f16b47c8af0f69c1f25af0eaa69f67a9beba (diff)
downloadscummvm-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 'configure')
-rwxr-xr-xconfigure12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure b/configure
index 7bba99bec1..e558a6328c 100755
--- a/configure
+++ b/configure
@@ -49,7 +49,7 @@ _mt32emu=yes
_build_scumm=yes
_build_scumm_7_8=yes
_build_he=yes
-_build_simon=yes
+_build_agos=yes
_build_sky=yes
_build_sword1=yes
_build_sword2=yes
@@ -321,7 +321,7 @@ Optional Features:
--disable-scumm don't build the SCUMM engine
--disable-scumm-7-8 exclude v7 and v8 game in SCUMM engine (ft, dig, comi and demos)
--disable-he exclude HE70+ games in SCUMM engine
- --disable-simon don't build the simon engine
+ --disable-agos don't build the AGOS engine
--disable-sky don't build the Beneath a Steel Sky engine
--disable-sword1 don't build the Broken Sword 1 engine
--disable-sword2 don't build the Broken Sword 2 engine
@@ -389,7 +389,7 @@ for ac_option in $@; do
--disable-scumm) _build_scumm=no ;;
--disable-scumm-7-8) _build_scumm_7_8=no ;;
--disable-he) _build_he=no ;;
- --disable-simon) _build_simon=no ;;
+ --disable-agos) _build_agos=no ;;
--disable-sky) _build_sky=no ;;
--disable-sword1) _build_sword1=no ;;
--disable-sword2) _build_sword2=no ;;
@@ -667,7 +667,7 @@ fi;
add_flag_to_config_mk $_build_scumm 'DISABLE_SCUMM'
add_flag_to_config_mk $_build_scumm_7_8 'DISABLE_SCUMM_7_8'
add_flag_to_config_mk $_build_he 'DISABLE_HE'
-add_flag_to_config_mk $_build_simon 'DISABLE_SIMON'
+add_flag_to_config_mk $_build_agos 'DISABLE_AGOS'
add_flag_to_config_mk $_build_sky 'DISABLE_SKY'
add_flag_to_config_mk $_build_sword1 'DISABLE_SWORD1'
add_flag_to_config_mk $_build_sword2 'DISABLE_SWORD2'
@@ -1211,8 +1211,8 @@ if test "$_build_scumm" = yes ; then
fi
echo
fi
-if test "$_build_simon" = yes ; then
- echo " Simon the Sorcerer"
+if test "$_build_agos" = yes ; then
+ echo " AGOS"
fi
if test "$_build_sky" = yes ; then
echo " Beneath a Steel Sky"