mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
use modern customized mingw-w64-i686 toolchain.
This commit is contained in:
@@ -73,6 +73,12 @@ LDFLAGS="${nld}${LDFLAGS}"
|
|||||||
#LIBS=" -lopencow ${LIBS} " # should be the first one before all win32 libs.
|
#LIBS=" -lopencow ${LIBS} " # should be the first one before all win32 libs.
|
||||||
export LDFLAGS #LIBS
|
export LDFLAGS #LIBS
|
||||||
|
|
||||||
|
#find /mingw32/include/pdcurses/curses.h, needed for --enable-debug
|
||||||
|
CFLAGS="${CFLAGS} -I/mingw32/include/pdcurses "
|
||||||
|
CXXFLAGS="${CXXFLAGS} -I/mingw32/include/pdcurses "
|
||||||
|
CPPFLAGS="${CPPFLAGS} -I/mingw32/include/pdcurses "
|
||||||
|
export CFLAGS CPPFLAGS CXXFLAGS
|
||||||
|
|
||||||
# now compile ourself
|
# now compile ourself
|
||||||
echo "Compiling DOSBox-X"
|
echo "Compiling DOSBox-X"
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
Reference in New Issue
Block a user