[Scummvm-cvs-logs] scummvm master -> 27e6eceff294d955adb7b2c876be31a74dda7fea

dreammaster dreammaster at scummvm.org
Sun Feb 21 01:31:21 CET 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:
27e6eceff2 CREATE_PROJECT: Disable fluidsynth library by default for Visual Studio


Commit: 27e6eceff294d955adb7b2c876be31a74dda7fea
    https://github.com/scummvm/scummvm/commit/27e6eceff294d955adb7b2c876be31a74dda7fea
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-02-20T19:27:26-05:00

Commit Message:
CREATE_PROJECT: Disable fluidsynth library by default for Visual Studio

Currently we don't have a lib file for fluidsynth built for Visual Studio
2015, and I've spent 5 fruitless hours trying to compile one. So I'm
disabling fluidsynth automatically for now, and we can always re-enable
it again if we ever do manage to create an appropriate library

Changed paths:
    dists/msvc14/create_msvc14.bat



diff --git a/dists/msvc14/create_msvc14.bat b/dists/msvc14/create_msvc14.bat
index 7082ac9..4a16c43 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






More information about the Scummvm-git-logs mailing list