···1717shallow_clone: true
1818clone_folder: c:\projects\SDL_gpu
19192020+install:
2121+ # Download SDL.
2222+ - ps: Start-FileDownload 'https://www.libsdl.org/release/SDL2-devel-2.0.5-VC.zip' "%P%/SDL.zip"
2323+2424+ # Extract it, put it in the right place, and rename it.
2525+ - cd %P% && 7z x SDL.zip && ren SDL2-2.0.5 SDL && cd c:\projects\SDL_gpu
2626+2727+2028platform:
2129 - x86
2230 - x64