From b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 26 Aug 2016 19:06:25 -0400 Subject: DISTS: Add the --disable-fluidsynth option to the older VS batch files --- dists/msvc10/create_msvc10.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dists/msvc10') diff --git a/dists/msvc10/create_msvc10.bat b/dists/msvc10/create_msvc10.bat index be0434fc50..53acbff42e 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 --msvc --msvc-version 10 --build-events +create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 10 --build-events goto done :stable echo. echo Creating normal project files, with only the stable engines enabled echo. -create_project ..\.. --msvc --msvc-version 10 +create_project ..\.. --disable-fluidsynth --msvc --msvc-version 10 goto done :tools -- cgit v1.2.3