This commit is contained in:
Jonathan Campbell
2019-02-10 00:17:38 -08:00
parent 8efc741310
commit 2ffa9bd80b
8 changed files with 32 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
echo Compiling our internal SDL 1.x
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
# prefer to compile against our own copy of SDLnet 1.x
echo Compiling our internal SDLnet 1.x
(cd vs2015/sdlnet && ./build-dosbox.sh) || exit 1
# NTS: MinGW provides zlib for us
if false; then
# perfer to compile against our own zlib