diff options
-rw-r--r-- | dists/msvc14/create_msvc14.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc14/create_msvc14.bat b/dists/msvc14/create_msvc14.bat index 7082ac9680..4a16c43c45 100644 --- a/dists/msvc14/create_msvc14.bat +++ b/dists/msvc14/create_msvc14.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 14 --build-events +create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 14 --build-events goto done :stable echo. echo Creating normal project files, with only the stable engines enabled echo. -create_project ..\.. --msvc --msvc-version 14 +create_project ..\.. --disable-fluidsynth --msvc --msvc-version 14 goto done :tools |