diff options
| author | Eugene Sandulenko | 2006-10-15 01:13:43 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2006-10-15 01:13:43 +0000 |
| commit | 018d5e350c396cadb2abff39acbf9ba47a3d4010 (patch) | |
| tree | 27ed6d93678492af84f2b637eb1677d5b1f79ea2 /configure | |
| parent | 95749148cfe40c476e7bbf35075c962a660ced04 (diff) | |
| download | scummvm-rg350-018d5e350c396cadb2abff39acbf9ba47a3d4010.tar.gz scummvm-rg350-018d5e350c396cadb2abff39acbf9ba47a3d4010.tar.bz2 scummvm-rg350-018d5e350c396cadb2abff39acbf9ba47a3d4010.zip | |
Since proper detection is added to CinE, build it by default and
announce as supported. Future Wars is completable.
svn-id: r24321
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,7 +58,7 @@ _build_saga=yes _build_gob=yes _build_kyra=yes _build_lure=no -_build_cine=no +_build_cine=yes _build_agi=no _need_memalign=no _build_plugins=no @@ -330,7 +330,7 @@ Optional Features: --disable-gob don't build the Gobli*ns engine --disable-kyra don't build the Legend of Kyrandia engine --enable-lure build the Lure of the Temptress engine - --enable-cine build the Cinematique engine evo 1 + --disable-cine don't build the Cinematique engine evo 1 --enable-agi build the AGI engine --enable-plugins build engines as loadable modules instead of static linking them @@ -398,7 +398,7 @@ for ac_option in $@; do --disable-gob) _build_gob=no ;; --disable-kyra) _build_kyra=no ;; --enable-lure) _build_lure=yes ;; - --enable-cine) _build_cine=yes ;; + --disable-cine) _build_cine=no ;; --enable-agi) _build_agi=yes ;; --disable-hq-scalers) _build_hq_scalers=no ;; --disable-scalers) _build_scalers=no ;; |
