aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc10/create_msvc10.bat
diff options
context:
space:
mode:
Diffstat (limited to 'dists/msvc10/create_msvc10.bat')
-rw-r--r--dists/msvc10/create_msvc10.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc10/create_msvc10.bat b/dists/msvc10/create_msvc10.bat
index 53acbff42e..81f5d156a9 100644
--- a/dists/msvc10/create_msvc10.bat
+++ b/dists/msvc10/create_msvc10.bat
@@ -55,14 +55,14 @@ goto done
echo.
echo Creating project files with all engines enabled (stable and unstable)
echo.
-create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 10 --build-events
+create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 10 --build-events
goto done
:stable
echo.
echo Creating normal project files, with only the stable engines enabled
echo.
-create_project ..\.. --disable-fluidsynth --msvc --msvc-version 10
+create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 10
goto done
:tools