aboutsummaryrefslogtreecommitdiff
path: root/dists/msvc11
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-26 19:06:25 -0400
committerPaul Gilbert2016-08-26 19:06:25 -0400
commitb28f51a8c2f47ede8f8720ebb57fae65ef96d0d7 (patch)
tree98336db2c86e4351237b21595267cc40eeb156b1 /dists/msvc11
parentcfdbe40a5b163f7106e5bf06f3d23bb24ad6ff4f (diff)
downloadscummvm-rg350-b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7.tar.gz
scummvm-rg350-b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7.tar.bz2
scummvm-rg350-b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7.zip
DISTS: Add the --disable-fluidsynth option to the older VS batch files
Diffstat (limited to 'dists/msvc11')
-rw-r--r--dists/msvc11/create_msvc11.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/dists/msvc11/create_msvc11.bat b/dists/msvc11/create_msvc11.bat
index fc5471f46f..3c3052a5b0 100644
--- a/dists/msvc11/create_msvc11.bat
+++ b/dists/msvc11/create_msvc11.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 11 --build-events
+create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 11 --build-events
goto done
:stable
echo.
echo Creating normal project files, with only the stable engines enabled
echo.
-create_project ..\.. --msvc --msvc-version 11
+create_project ..\.. --disable-fluidsynth --msvc --msvc-version 11
goto done
:tools