[Scummvm-git-logs] scummvm master -> b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7

dreammaster dreammaster at scummvm.org
Sat Aug 27 01:06:32 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b28f51a8c2 DISTS: Add the --disable-fluidsynth option to the older VS batch files


Commit: b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7
    https://github.com/scummvm/scummvm/commit/b28f51a8c2f47ede8f8720ebb57fae65ef96d0d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-26T19:06:25-04:00

Commit Message:
DISTS: Add the --disable-fluidsynth option to the older VS batch files

Changed paths:
    dists/msvc10/create_msvc10.bat
    dists/msvc11/create_msvc11.bat
    dists/msvc12/create_msvc12.bat
    dists/msvc9/create_msvc9.bat



diff --git a/dists/msvc10/create_msvc10.bat b/dists/msvc10/create_msvc10.bat
index be0434f..53acbff 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
diff --git a/dists/msvc11/create_msvc11.bat b/dists/msvc11/create_msvc11.bat
index fc5471f..3c3052a 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
diff --git a/dists/msvc12/create_msvc12.bat b/dists/msvc12/create_msvc12.bat
index d99001e..449b50e 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
diff --git a/dists/msvc9/create_msvc9.bat b/dists/msvc9/create_msvc9.bat
index 34bcccd..005bc08 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 --msvc --msvc-version 9
+create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 9
 goto done
 
 :stable
 echo.
 echo Creating normal project files, with only the stable engines enabled
 echo.
-create_project ..\.. --msvc --msvc-version 9
+create_project ..\.. --disable-fluidsynth --msvc --msvc-version 9
 goto done
 
 :tools





More information about the Scummvm-git-logs mailing list