diff options
-rw-r--r-- | Makefile.mingw | 1 | ||||
-rw-r--r-- | Makefile.noconf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.mingw b/Makefile.mingw index 10e1af01ac..14f0329a9b 100644 --- a/Makefile.mingw +++ b/Makefile.mingw @@ -60,6 +60,7 @@ LIBS += -lvorbisfile -lvorbis -logg # DISABLE_SCUMM = 1 # DISABLE_SIMON = 1 # DISABLE_SKY = 1 +# DISABLE_SWORD1 = 1 # DISABLE_SWORD2 = 1 # DISABLE_QUEEN = 1 diff --git a/Makefile.noconf b/Makefile.noconf index 30b067f22d..183548f000 100644 --- a/Makefile.noconf +++ b/Makefile.noconf @@ -73,6 +73,7 @@ LIBS += -lmad # DISABLE_SCUMM = 1 # DISABLE_SIMON = 1 # DISABLE_SKY = 1 +# DISABLE_SWORD1 = 1 # DISABLE_SWORD2 = 1 # DISABLE_QUEEN = 1 |