diff options
author | Travis Howell | 2003-10-08 11:18:58 +0000 |
---|---|---|
committer | Travis Howell | 2003-10-08 11:18:58 +0000 |
commit | 2be56b398513bc1d416c6bc509356cc5f29a35f1 (patch) | |
tree | 44282efbe3d2eeb7e934143c5c4d6eb5134fb113 | |
parent | 311dea141b37cb78dcf95ed8e7fa5daebe86e3d0 (diff) | |
download | scummvm-rg350-2be56b398513bc1d416c6bc509356cc5f29a35f1.tar.gz scummvm-rg350-2be56b398513bc1d416c6bc509356cc5f29a35f1.tar.bz2 scummvm-rg350-2be56b398513bc1d416c6bc509356cc5f29a35f1.zip |
No point in compiling queen at the moment.
svn-id: r10679
-rw-r--r-- | Makefile.mingw | 1 | ||||
-rw-r--r-- | Makefile.noconf | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 4a75442532..e4e9629bf4 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -57,6 +57,7 @@ LIBS += -lvorbisfile -lvorbis -logg # DISABLE_SIMON = 1 # DISABLE_SKY = 1 # DISABLE_SWORD2 = 1 +DISABLE_QUEEN = 1 ####################################################################### diff --git a/Makefile.noconf b/Makefile.noconf index 551b3e2cf7..30b067f22d 100644 --- a/Makefile.noconf +++ b/Makefile.noconf @@ -73,7 +73,8 @@ LIBS += -lmad # DISABLE_SCUMM = 1 # DISABLE_SIMON = 1 # DISABLE_SKY = 1 -DISABLE_SWORD2 = 1 +# DISABLE_SWORD2 = 1 +# DISABLE_QUEEN = 1 ####################################################################### |