rename vs2015/ to vs/

This commit is contained in:
Wengier
2021-11-25 04:39:06 -05:00
parent 918c7e4516
commit 7786fbd291
3788 changed files with 271 additions and 271 deletions

View File

@@ -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