aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJames Brown2004-04-09 12:36:06 +0000
committerJames Brown2004-04-09 12:36:06 +0000
commit3978b728dbaad08a112f2f3b980221dea57523bb (patch)
treeeb9a891d67ea204782829758ab54620a23d44928 /configure
parent86a546652633b6768656ffe747b56f37931b3cc7 (diff)
downloadscummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.tar.gz
scummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.tar.bz2
scummvm-rg350-3978b728dbaad08a112f2f3b980221dea57523bb.zip
Add Kyrandia base
svn-id: r13516
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 13 insertions, 0 deletions
diff --git a/configure b/configure
index ebe2811344..391abffe80 100755
--- a/configure
+++ b/configure
@@ -38,6 +38,7 @@ _build_sky=yes
_build_sword1=yes
_build_sword2=yes
_build_queen=yes
+_build_kyra=no
_build_saga=no
_need_memalign=no
_build_plugins=no
@@ -212,6 +213,7 @@ Optional Features:
--disable-sword1 don't build the Broken Sword I engine
--disable-sword2 don't build the Broken Sword II engine
--disable-queen don't build the Flight of the Amazon Queen engine
+ --enable-kyra build the Legend of Kyrandia engine
--enable-saga build the SAGA engine
--enable-plugins build engines as loadable modules instead of
static linking them
@@ -261,6 +263,7 @@ for ac_option in $@; do
--disable-sword1) _build_sword1=no ;;
--disable-sword2) _build_sword2=no ;;
--disable-queen) _build_queen=no ;;
+ --enable-kyra) _build_kyra=yes ;;
--enable-saga) _build_saga=yes ;;
--enable-alsa) _alsa=yes ;;
--disable-alsa) _alsa=no ;;
@@ -478,6 +481,12 @@ else
_mak_queen='# DISABLE_QUEEN = 1'
fi
+if test "$_build_kyra" = no ; then
+ _mak_queen='DISABLE_KYRA = 1'
+else
+ _mak_queen='# DISABLE_KYRA = 1'
+fi
+
if test "$_build_saga" = no ; then
_mak_saga='DISABLE_SAGA = 1'
else
@@ -848,6 +857,9 @@ fi
if test "$_build_saga" = yes ; then
echo " SAGA Engine"
fi
+if test "$_build_kyra" = yes ; then
+ echo " Legend of Kyrandia"
+fi
echo
echo_n "Backend... "
@@ -934,6 +946,7 @@ $_mak_sky
$_mak_sword1
$_mak_sword2
$_mak_queen
+$_mak_kyra
$_mak_saga
INCLUDES += $INCLUDES