mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
c4262bb02e
5
Makefile
5
Makefile
|
@ -8,14 +8,11 @@
|
||||||
## SS SS tt ee ll ll aa aa
|
## SS SS tt ee ll ll aa aa
|
||||||
## SSSS ttt eeeee llll llll aaaaa
|
## SSSS ttt eeeee llll llll aaaaa
|
||||||
##
|
##
|
||||||
## Copyright (c) 1995-2016 by Bradford W. Mott, Stephen Anthony
|
## Copyright (c) 1995-2020 by Bradford W. Mott, Stephen Anthony
|
||||||
## and the Stella Team
|
## and the Stella Team
|
||||||
##
|
##
|
||||||
## See the file "License.txt" for information on usage and redistribution of
|
## See the file "License.txt" for information on usage and redistribution of
|
||||||
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
## this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
##
|
|
||||||
## Based on code from ScummVM - Scumm Interpreter
|
|
||||||
## Copyright (C) 2002-2004 The ScummVM project
|
|
||||||
##============================================================================
|
##============================================================================
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
|
@ -10,12 +10,12 @@ environment:
|
||||||
|
|
||||||
Configuration: Release
|
Configuration: Release
|
||||||
|
|
||||||
SDL2_version: 2.0.10
|
SDL2_version: 2.0.12
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- cmd: |
|
- cmd: |
|
||||||
curl -o "C:\SDL2-devel.zip" https://www.libsdl.org/release/SDL2-devel-2.0.10-VC.zip
|
curl -o "C:\SDL2-devel.zip" "https://www.libsdl.org/release/SDL2-devel-%SDL2_version%-VC.zip"
|
||||||
7z x "C:\SDL2-devel.zip" -o"C:\"
|
7z x "C:\SDL2-devel.zip" -o"C:\"
|
||||||
xcopy /S "C:\SDL2-%SDL2_version%\include" src\common
|
xcopy /S "C:\SDL2-%SDL2_version%\include" src\common
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue