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

4
build
View File

@@ -12,6 +12,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
# now compile ourself
echo Compiling DOSBox-X
chmod +x configure