mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
rename vs2015/ to vs/
This commit is contained in:
@@ -13,7 +13,7 @@ fi
|
||||
./autogen.sh || exit 1
|
||||
|
||||
# fix
|
||||
chmod +x vs2015/sdl/build-scripts/strip_fPIC.sh
|
||||
chmod +x vs/sdl/build-scripts/strip_fPIC.sh
|
||||
|
||||
chmod +x configure
|
||||
|
||||
@@ -28,12 +28,12 @@ else
|
||||
fi
|
||||
if test -z "$x" ; then
|
||||
echo Compiling our internal SDL 2.x
|
||||
(cd vs2015/sdl2 && ./build-dosbox.sh) || exit 1
|
||||
(cd vs/sdl2 && ./build-dosbox.sh) || exit 1
|
||||
fi
|
||||
|
||||
# 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
|
||||
(cd vs/sdlnet && ./build-dosbox.sh) || exit 1
|
||||
|
||||
# NTS: --disable-dynamic-core is needed. the dynamic core doesn't work properly with the CFLAGS given above
|
||||
./configure --enable-core-inline --enable-debug=heavy --prefix=/usr --disable-dynamic-core --enable-sdl2 "$@" || exit 1
|
||||
|
Reference in New Issue
Block a user