Enable compilation with Direct3D9 and MinGW

This commit is contained in:
Jonathan Campbell
2018-05-19 13:18:47 -07:00
parent 155527adcb
commit 100bb40aca

View File

@@ -16,6 +16,6 @@ echo Compiling our internal SDL 1.x
echo Compiling DOSBox-X
chmod +x configure
# FIXME: I would like MinGW builds to enable the debugger, eventually
./configure --enable-core-inline --prefix=/usr || exit 1
./configure --enable-core-inline --enable-d3d9 --prefix=/usr || exit 1
make -j3 || exit 1