diff options
author | Matthew Hoops | 2011-03-28 15:31:14 -0400 |
---|---|---|
committer | Matthew Hoops | 2011-03-28 22:26:23 -0400 |
commit | 4a7572d893fd50c25ff7576bdb7064bc3a85711d (patch) | |
tree | d8efc9149a304dcab9ebb656ff965f1265401681 /configure | |
parent | e5811cd6c39333cf7a51eb4943bf4ead0aff681c (diff) | |
download | scummvm-rg350-4a7572d893fd50c25ff7576bdb7064bc3a85711d.tar.gz scummvm-rg350-4a7572d893fd50c25ff7576bdb7064bc3a85711d.tar.bz2 scummvm-rg350-4a7572d893fd50c25ff7576bdb7064bc3a85711d.zip |
MOHAWK: Allow disabling compiling cstime
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -95,7 +95,8 @@ add_engine lastexpress "The Last Express" no add_engine lure "Lure of the Temptress" yes add_engine m4 "M4/MADS" no add_engine made "MADE" yes -add_engine mohawk "Mohawk" yes "myst" +add_engine mohawk "Mohawk" yes "myst cstime" +add_engine cstime "Where in Time is Carmen Sandiego?" no add_engine myst "Myst" no add_engine parallaction "Parallaction" yes add_engine queen "Flight of the Amazon Queen" yes |