Permalink
Switch branches/tags
Nothing to show
Find file Copy path
e95ee98 Oct 20, 2018
1 contributor

Users who have contributed to this file

26 lines (19 sloc) 745 Bytes
configuration: Release
image: Visual Studio 2017
environment:
SDL2_IDIR: c:\mylibs\include\SDL2
install:
- mkdir %SDL2_IDIR%
- cd %TEMP%
# SDL2
- |-
%DEPENDS% appveyor DownloadFile https://www.libsdl.org/release/SDL2-devel-2.0.8-VC.zip
%DEPENDS% appveyor DownloadFile https://www.libsdl.org/projects/SDL_image/release/SDL2_image-devel-2.0.3-VC.zip
%DEPENDS% 7z x SDL2-devel-2.0.8-VC.zip > nul
%DEPENDS% 7z x SDL2_image-devel-2.0.3-VC.zip > nul
%DEPENDS% copy SDL2-2.0.8\include\* %SDL2_IDIR% > nul
%DEPENDS% copy SDL2_image-2.0.3\include\* %SDL2_IDIR% > nul
%DEPENDS% copy SDL2-2.0.8\lib\x86\* %LIBDIR% > nul
%DEPENDS% copy SDL2_image-2.0.3\lib\x86\* %LIBDIR% > nul
build:
verbosity: normal