aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Montoir2006-11-11 04:46:32 +0000
committerGregory Montoir2006-11-11 04:46:32 +0000
commitc7fa8667d013bd2f9aaa6a4c5108adebc51b109d (patch)
tree23cc31ea4a96d3dbd95c4594b81f4b3e813a6780
parentc305f6f12c9f44a35047cd11578ba25188223bc2 (diff)
downloadscummvm-rg350-c7fa8667d013bd2f9aaa6a4c5108adebc51b109d.tar.gz
scummvm-rg350-c7fa8667d013bd2f9aaa6a4c5108adebc51b109d.tar.bz2
scummvm-rg350-c7fa8667d013bd2f9aaa6a4c5108adebc51b109d.zip
enabled Touche engine, since game is completable with it
svn-id: r24673
-rw-r--r--NEWS1
-rwxr-xr-xconfigure6
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index c338bf6669..848c250628 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ For a more comprehensive changelog for the latest experimental SVN code, see:
0.10.0 (????-??-??)
New Games:
- Added Cinematique evo 1 engine. Currently only Future Wars is supported.
+ - Added Touche: The Adventures of the Fifth Musketeer engine.
General:
- Better compression for DXA movies.
diff --git a/configure b/configure
index 435021e5be..88529cf356 100755
--- a/configure
+++ b/configure
@@ -60,7 +60,7 @@ _build_kyra=yes
_build_lure=no
_build_cine=yes
_build_agi=no
-_build_touche=no
+_build_touche=yes
_need_memalign=no
_build_plugins=no
_nasm=auto
@@ -333,7 +333,7 @@ Optional Features:
--enable-lure build the Lure of the Temptress engine
--disable-cine don't build the Cinematique engine evo 1
--enable-agi build the AGI engine
- --enable-touche build the Touche: The Adventures of the Fifth Musketeer engine
+ --disable-touche don't build the Touche: The Adventures of the Fifth Musketeer engine
--enable-plugins build engines as loadable modules instead of
static linking them
--disable-mt32emu don't enable the integrated MT-32 emulator
@@ -402,7 +402,7 @@ for ac_option in $@; do
--enable-lure) _build_lure=yes ;;
--disable-cine) _build_cine=no ;;
--enable-agi) _build_agi=yes ;;
- --enable-touche) _build_touche=yes ;;
+ --disable-touche) _build_touche=no ;;
--disable-hq-scalers) _build_hq_scalers=no ;;
--disable-scalers) _build_scalers=no ;;
--enable-alsa) _alsa=yes ;;