diff options
author | Strangerke | 2014-04-11 19:33:56 +0200 |
---|---|---|
committer | Strangerke | 2014-04-11 19:33:56 +0200 |
commit | 84552f07b4992b743695300b860f585806705fbd (patch) | |
tree | 046ffec5822c5435dc6ba7199d0099eaaac8cd46 /dists | |
parent | f548711b7740fcaa01027a9184e4ae90a1c792e9 (diff) | |
download | scummvm-rg350-84552f07b4992b743695300b860f585806705fbd.tar.gz scummvm-rg350-84552f07b4992b743695300b860f585806705fbd.tar.bz2 scummvm-rg350-84552f07b4992b743695300b860f585806705fbd.zip |
MADS: Implement unhandledAction
Diffstat (limited to 'dists')
-rw-r--r-- | dists/msvc9/create_msvc9.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat index 34bcccdd7b..561772b615 100644 --- a/dists/msvc9/create_msvc9.bat +++ b/dists/msvc9/create_msvc9.bat @@ -55,21 +55,21 @@ goto done echo. echo Creating project files with all engines enabled (stable and unstable) echo. -create_project ..\.. --enable-all-engines --msvc --msvc-version 9 +create_project ..\.. --enable-all-engines --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision goto done :stable echo. echo Creating normal project files, with only the stable engines enabled echo. -create_project ..\.. --msvc --msvc-version 9 +create_project ..\.. --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision goto done :tools echo. echo Creating tools project files echo. -create_project ..\.. --tools --msvc --msvc-version 9 +create_project ..\.. --tools --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision goto done :tests |