aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc12/create_msvc12.bat
diff options
context:
space:
mode:
Diffstat (limited to 'dists/msvc12/create_msvc12.bat')
-rw-r--r--dists/msvc12/create_msvc12.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc12/create_msvc12.bat b/dists/msvc12/create_msvc12.bat
index d99001edb1..449b50ea54 100644
--- a/dists/msvc12/create_msvc12.bat
+++ b/dists/msvc12/create_msvc12.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 --msvc --msvc-version 12 --build-events
+create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 12 --build-events
goto done
:stable
echo.
echo Creating normal project files, with only the stable engines enabled
echo.
-create_project ..\.. --msvc --msvc-version 12
+create_project ..\.. --disable-fluidsynth --msvc --msvc-version 12
goto done
:tools