CREATE_PROJECT: Disable new net, curl, & sparkle for old MSVC versions
This commit is contained in:
parent
c1070e6929
commit
1981131f99
4 changed files with 8 additions and 8 deletions
|
@ -55,14 +55,14 @@ goto done
|
||||||
echo.
|
echo.
|
||||||
echo Creating project files with all engines enabled (stable and unstable)
|
echo Creating project files with all engines enabled (stable and unstable)
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:stable
|
:stable
|
||||||
echo.
|
echo.
|
||||||
echo Creating normal project files, with only the stable engines enabled
|
echo Creating normal project files, with only the stable engines enabled
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
|
@ -55,14 +55,14 @@ goto done
|
||||||
echo.
|
echo.
|
||||||
echo Creating project files with all engines enabled (stable and unstable)
|
echo Creating project files with all engines enabled (stable and unstable)
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:stable
|
:stable
|
||||||
echo.
|
echo.
|
||||||
echo Creating normal project files, with only the stable engines enabled
|
echo Creating normal project files, with only the stable engines enabled
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
|
@ -55,14 +55,14 @@ goto done
|
||||||
echo.
|
echo.
|
||||||
echo Creating project files with all engines enabled (stable and unstable)
|
echo Creating project files with all engines enabled (stable and unstable)
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:stable
|
:stable
|
||||||
echo.
|
echo.
|
||||||
echo Creating normal project files, with only the stable engines enabled
|
echo Creating normal project files, with only the stable engines enabled
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
|
@ -55,14 +55,14 @@ goto done
|
||||||
echo.
|
echo.
|
||||||
echo Creating project files with all engines enabled (stable and unstable)
|
echo Creating project files with all engines enabled (stable and unstable)
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:stable
|
:stable
|
||||||
echo.
|
echo.
|
||||||
echo Creating normal project files, with only the stable engines enabled
|
echo Creating normal project files, with only the stable engines enabled
|
||||||
echo.
|
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
|
goto done
|
||||||
|
|
||||||
:tools
|
:tools
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue