diff options
-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 ####################################################################### |