diff options
author | Travis Howell | 2003-12-16 05:29:26 +0000 |
---|---|---|
committer | Travis Howell | 2003-12-16 05:29:26 +0000 |
commit | b3e6c54b64c4d8e08b466b53fc5f0324a9733e53 (patch) | |
tree | 465ff436fe93764603705b7f3ed205e780548237 | |
parent | 48735af676373904e8634e499edfaf687735ed55 (diff) | |
download | scummvm-rg350-b3e6c54b64c4d8e08b466b53fc5f0324a9733e53.tar.gz scummvm-rg350-b3e6c54b64c4d8e08b466b53fc5f0324a9733e53.tar.bz2 scummvm-rg350-b3e6c54b64c4d8e08b466b53fc5f0324a9733e53.zip |
Update for simon1
svn-id: r11673
-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 |