aboutsummaryrefslogtreecommitdiff
path: root/ports/sdl1
AgeCommit message (Collapse)Author
2020-01-09[sdl1]Change build method to vcpkg_*_make (#9207)Jack·Boos·Yu
* [sdl1]Change build method to vcpkg_*_make * [sdl1] Fix output message * [sdl1]Fix build. * [sdl1] Correct message * update baseline
2020-01-06[sdl1] Add build support for ARM64 Windows 10 (#9301)Tatsuro Shibamura
* [sdl1] Add build support for ARM64 Windows 10 * update baseline * [sdl1] update version info * update baseline * Revert 5f71592f54eeb508a7a64f3bf3d4a770719029b8 Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>
2019-09-25[sdl1] fix windows sdk 18362 build failure (#8327)Phil Christensen
Adding macro definition to silence new compile time diagnostics from updated windows SDK. This is not expected to change the behavior, only supress a new diagnostic that is warning about existing behavior.
2019-09-11[sdl1]Support linux build. (#8070)JackBoosY
* [sdl1]Support linux build. * [sdl1]Remove linux configure args. * [sdl1]Use vcpkg_execute_build_process instead of vcpkg_execute_required_process. * [sdl1]Add vcpkg_execute_build_process args. * [sdl1]Add NO_PARALLEL_COMMAND param with vcpkg_execute_build_process.
2019-08-01[manyports]Regenerate patches and modify how the patches are used. (#7484)JackBoosY
* [ccfits]Regenerate patches and modify how the patches are used. * [itpp]Regenerate patches and modify how the patches are used. * [mpg123]Regenerate patches and modify how the patches are used. * [qwt]Regenerate patches and modify how the patches are used. * [sdl1]Remove a patche and modify how the patches are used.
2019-04-09[sdl1]Fix sdl1 conflict with sdl2 (#6011)LarryIII
2019-04-02sdl1: static build (#5903)MistGebaut
* sdl1: static build * Update CONTROL file
2018-10-25[sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8 (#4492)Neil McNeight
* [sdl1][sdl1-net] Add new port for SDL v1.2.15 & SDL_net v1.2.8 * Version 1.2 is still required for building DOSbox * [sdl1][sdl1-net] Revise to install to expected paths * Headers go in include\ instead of include\SDL1 * Use updated .sln and .vcxproj files * [sdl1] Modernize