mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
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
This commit is contained in:
parent
8c9a1c2159
commit
ed5ae8412d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user