aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--Makefile.mingw1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1dea7f0bbf..cbb34fba62 100644
--- a/Makefile
+++ b/Makefile
@@ -71,6 +71,7 @@ LIBS += -lmad
# DISABLE_SCUMM = 1
# DISABLE_SIMON = 1
# DISABLE_SKY = 1
+DISABLE_BS2 = 1
#######################################################################
diff --git a/Makefile.mingw b/Makefile.mingw
index ebe3a677e1..7ffabe4102 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -53,6 +53,7 @@ LIBS += -lvorbisfile -lvorbis -logg
# DISABLE_SCUMM = 1
# DISABLE_SIMON = 1
# DISABLE_SKY = 1
+DISABLE_BS2 = 1
#######################################################################