Fixes for HX DOS target compile

This commit is contained in:
Jonathan Campbell
2018-03-08 15:09:06 -08:00
parent a8a875a79b
commit 27bf972a34
4 changed files with 24 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
# prefer to compile against our own copy of SDL 1.x
echo Compiling our internal SDL 1.x
(cd vs2015/sdl && ./build-dosbox.sh) || exit 1
(cd vs2015/sdl && ./build-dosbox.sh hx-dos) || exit 1
# now compile ourself
echo Compiling DOSBox-X