MinGW SDLDraw Direct3D enable

This commit is contained in:
Jonathan Campbell
2018-05-20 23:48:17 -07:00
parent dc9b8ee079
commit b13101e6f2

View File

@@ -43,6 +43,6 @@ export CXXFLAGS="$new$CXXFLAGS"
echo Compiling DOSBox-X
chmod +x configure
# FIXME: I would like MinGW builds to enable the debugger, eventually
./configure --enable-core-inline --enable-force-menu-sdldraw --prefix=/usr || exit 1
./configure --enable-core-inline --enable-force-menu-sdldraw --enable-d3d9 --enable-d3d-shaders --prefix=/usr || exit 1
make -j3 || exit 1