mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00
Small fixes for MinGW lowend builds
This commit is contained in:
parent
b9d6aeaf3b
commit
84c104595c
2
.github/workflows/vsbuild_xp.yml
vendored
2
.github/workflows/vsbuild_xp.yml
vendored
@ -163,7 +163,7 @@ jobs:
|
||||
run: |
|
||||
top=`pwd`
|
||||
export "MSYSTEM_PREFIX=/d/a/_temp/msys64/mingw32"
|
||||
./build-mingw
|
||||
./build-mingw-sdl2
|
||||
strip -s src/dosbox-x.exe
|
||||
mkdir -p mingw-bin
|
||||
cp src/dosbox-x.exe mingw-bin/dosbox-x_mingw_lowend_SDL2.exe
|
||||
|
@ -14,7 +14,7 @@ chmod +x vs/sdl/build-scripts/strip_fPIC.sh
|
||||
|
||||
if [ -f ${MSYSTEM_PREFIX}/i686-7.3.0-release-posix-dwarf-rt_v5-rev0.txt ] ; then
|
||||
echo "set flags for lowend build"
|
||||
PATH="${MSYSTEM_PREFIX}/bin:${MSYSTEM_PREFIX}/i686-w64-mingw32/bin:${MSYSTEM_PREFIX}/opt/bin:$PATH"
|
||||
PATH="${MSYSTEM_PREFIX}/bin:${MSYSTEM_PREFIX}/i686-w64-mingw32/bin:${MSYSTEM_PREFIX}/opt/bin:${PATH}"
|
||||
CXXFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CXXFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
CPPFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CPPFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
CFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
|
@ -14,7 +14,7 @@ chmod +x vs/sdl/build-scripts/strip_fPIC.sh
|
||||
|
||||
if [ -f ${MSYSTEM_PREFIX}/i686-7.3.0-release-posix-dwarf-rt_v5-rev0.txt ] ; then
|
||||
echo "set flags for lowend build"
|
||||
PATH="${MSYSTEM_PREFIX}/bin:${MSYSTEM_PREFIX}/i686-w64-mingw32/bin:${MSYSTEM_PREFIX}/opt/bin:$PATH"
|
||||
PATH="${MSYSTEM_PREFIX}/bin:${MSYSTEM_PREFIX}/i686-w64-mingw32/bin:${MSYSTEM_PREFIX}/opt/bin:${PATH}"
|
||||
CXXFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CXXFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
CPPFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CPPFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
CFLAGS="-I${MSYSTEM_PREFIX}/include -I${MSYSTEM_PREFIX}/i686-w64-mingw32/include $CFLAGS -I${MSYSTEM_PREFIX}/opt/include "
|
||||
|
Loading…
x
Reference in New Issue
Block a user