aboutsummaryrefslogtreecommitdiff
path: root/dists
diff options
context:
space:
mode:
authorStrangerke2012-11-22 00:03:26 +0100
committerStrangerke2012-11-22 00:03:26 +0100
commit60a154a5d7b2de92527c34d8a99fd36bff135314 (patch)
tree737b8892d496eb9d72038a0b2aea1600dd1eed0d /dists
parent42bafc57195e23dc8bee0e323d01454a77af104f (diff)
downloadscummvm-rg350-60a154a5d7b2de92527c34d8a99fd36bff135314.tar.gz
scummvm-rg350-60a154a5d7b2de92527c34d8a99fd36bff135314.tar.bz2
scummvm-rg350-60a154a5d7b2de92527c34d8a99fd36bff135314.zip
HOPKINS: Fix erroneous modification in create_msvc9
Diffstat (limited to 'dists')
-rw-r--r--dists/msvc9/create_msvc9.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat
index 8b6f289161..1622cd9037 100644
--- a/dists/msvc9/create_msvc9.bat
+++ b/dists/msvc9/create_msvc9.bat
@@ -53,21 +53,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 --disable-taskbar --disable-freetype
+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
+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
+create_project ..\.. --tools --msvc --msvc-version 9
goto done
:clean_check