[SDL2] On Win, build and link statically.

Keep using system lib dynamically on Unix.
This commit is contained in:
Joel Linn 2020-03-30 13:23:25 +02:00 committed by Rick Gibbed
parent 9828e085b0
commit 804384c19c
12 changed files with 391 additions and 40 deletions

6
.gitmodules vendored
View file

@ -49,9 +49,9 @@
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/SDL2-devel-VC"]
path = third_party/SDL2-devel-VC
url = https://github.com/xenia-project/SDL2-devel-VC.git
[submodule "third_party/SDL2"]
path = third_party/SDL2
url = https://github.com/spurious/SDL-mirror.git
[submodule "third_party/utfcpp"]
path = third_party/utfcpp
url = https://github.com/xenia-project/utfcpp.git