From 1981131f99d4fb56ae265cd236bc50d0dcebd110 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 20 Oct 2016 19:38:58 -0400 Subject: CREATE_PROJECT: Disable new net, curl, & sparkle for old MSVC versions --- dists/msvc9/create_msvc9.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dists/msvc9/create_msvc9.bat') diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat index 005bc084db..5151c89da9 100644 --- a/dists/msvc9/create_msvc9.bat +++ b/dists/msvc9/create_msvc9.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 9 +create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 9 goto done :stable echo. echo Creating normal project files, with only the stable engines enabled echo. -create_project ..\.. --disable-fluidsynth --msvc --msvc-version 9 +create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 9 goto done :tools -- cgit v1.2.3