mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-15 03:48:24 +08:00
more
This commit is contained in:
@@ -10,6 +10,7 @@ chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
|||||||
|
|
||||||
# prefer to compile against our own copy of SDL 2.x IF the system does not provide one
|
# prefer to compile against our own copy of SDL 2.x IF the system does not provide one
|
||||||
x=`which sdl2-config`
|
x=`which sdl2-config`
|
||||||
|
x= # debug
|
||||||
if test -z "$x" ; then
|
if test -z "$x" ; then
|
||||||
echo Compiling our internal SDL 2.x
|
echo Compiling our internal SDL 2.x
|
||||||
(cd vs2015/sdl2 && ./build-dosbox.sh) || exit 1
|
(cd vs2015/sdl2 && ./build-dosbox.sh) || exit 1
|
||||||
|
@@ -49,7 +49,3 @@ fi
|
|||||||
make -j || exit 1
|
make -j || exit 1
|
||||||
make install || exit 1 # will install into ./linux-host
|
make install || exit 1 # will install into ./linux-host
|
||||||
|
|
||||||
# STOP DELETING THE FILE!!!!! I need it for Windows builds!
|
|
||||||
cd "$srcdir" || exit 1
|
|
||||||
cp -v include/SDL_config.h.default include/SDL_config.h
|
|
||||||
|
|
||||||
|
0
vs2015/sdl2/configure
vendored
Normal file → Executable file
0
vs2015/sdl2/configure
vendored
Normal file → Executable file
Reference in New Issue
Block a user