aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc9
diff options
context:
space:
mode:
authorStrangerke2014-03-02 18:02:02 +0100
committerStrangerke2014-03-02 18:02:02 +0100
commit6a84bf61a54bec04702629a335d601554549054b (patch)
tree857664a0eec4a74e922246407d1dfdec6ca96559 /dists/msvc9
parent83b32010b3d6506d745a606486daf78796ce19e1 (diff)
downloadscummvm-rg350-6a84bf61a54bec04702629a335d601554549054b.tar.gz
scummvm-rg350-6a84bf61a54bec04702629a335d601554549054b.tar.bz2
scummvm-rg350-6a84bf61a54bec04702629a335d601554549054b.zip
MISC: Revert 2 files accidentally modified in 418de45d9cebfbabb05edd09ca5206d95d693867
Diffstat (limited to 'dists/msvc9')
-rw-r--r--dists/msvc9/create_msvc9.bat8
1 files changed, 4 insertions, 4 deletions
diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat
index 61a9ea8bf8..34bcccdd7b 100644
--- a/dists/msvc9/create_msvc9.bat
+++ b/dists/msvc9/create_msvc9.bat
@@ -55,28 +55,28 @@ goto done
echo.
echo Creating project files with all engines enabled (stable and unstable)
echo.
-create_project ..\.. --enable-all-engines --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision
+create_project ..\.. --enable-all-engines --msvc --msvc-version 9
goto done
:stable
echo.
echo Creating normal project files, with only the stable engines enabled
echo.
-create_project ..\.. --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision
+create_project ..\.. --msvc --msvc-version 9
goto done
:tools
echo.
echo Creating tools project files
echo.
-create_project ..\.. --tools --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision
+create_project ..\.. --tools --msvc --msvc-version 9
goto done
:tests
echo.
echo Creating tests project files
echo.
-create_project ..\.. --tests --msvc --msvc-version 9 --disable-taskbar --disable-freetype --disable-jpeg --disable-engine=zvision
+create_project ..\.. --tests --msvc --msvc-version 9
goto done
:clean_check