mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 15:21:40 +00:00
CREATE_PROJECT: Disable new net, curl, & sparkle for old MSVC versions
This commit is contained in:
parent
c1070e6929
commit
1981131f99
dists
@ -55,14 +55,14 @@ goto done
|
||||
echo.
|
||||
echo Creating project files with all engines enabled (stable and unstable)
|
||||
echo.
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 10 --build-events
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 10 --build-events
|
||||
goto done
|
||||
|
||||
:stable
|
||||
echo.
|
||||
echo Creating normal project files, with only the stable engines enabled
|
||||
echo.
|
||||
create_project ..\.. --disable-fluidsynth --msvc --msvc-version 10
|
||||
create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 10
|
||||
goto done
|
||||
|
||||
:tools
|
||||
|
@ -55,14 +55,14 @@ goto done
|
||||
echo.
|
||||
echo Creating project files with all engines enabled (stable and unstable)
|
||||
echo.
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 11 --build-events
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 11 --build-events
|
||||
goto done
|
||||
|
||||
:stable
|
||||
echo.
|
||||
echo Creating normal project files, with only the stable engines enabled
|
||||
echo.
|
||||
create_project ..\.. --disable-fluidsynth --msvc --msvc-version 11
|
||||
create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 11
|
||||
goto done
|
||||
|
||||
:tools
|
||||
|
@ -55,14 +55,14 @@ goto done
|
||||
echo.
|
||||
echo Creating project files with all engines enabled (stable and unstable)
|
||||
echo.
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 12 --build-events
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 12 --build-events
|
||||
goto done
|
||||
|
||||
:stable
|
||||
echo.
|
||||
echo Creating normal project files, with only the stable engines enabled
|
||||
echo.
|
||||
create_project ..\.. --disable-fluidsynth --msvc --msvc-version 12
|
||||
create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 12
|
||||
goto done
|
||||
|
||||
:tools
|
||||
|
@ -55,14 +55,14 @@ goto done
|
||||
echo.
|
||||
echo Creating project files with all engines enabled (stable and unstable)
|
||||
echo.
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --msvc --msvc-version 9
|
||||
create_project ..\.. --enable-all-engines --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 9
|
||||
goto done
|
||||
|
||||
:stable
|
||||
echo.
|
||||
echo Creating normal project files, with only the stable engines enabled
|
||||
echo.
|
||||
create_project ..\.. --disable-fluidsynth --msvc --msvc-version 9
|
||||
create_project ..\.. --disable-fluidsynth --disable-sdlnet --disable-libcurl --disable-updates --msvc --msvc-version 9
|
||||
goto done
|
||||
|
||||
:tools
|
||||
|
Loading…
x
Reference in New Issue
Block a user