diff --git a/build-scripts/mingw/hxdos/COMDLG32.DLL b/build-scripts/mingw/hxdos/COMDLG32.DLL new file mode 100644 index 000000000..6943c4ee8 Binary files /dev/null and b/build-scripts/mingw/hxdos/COMDLG32.DLL differ diff --git a/build-scripts/mingw/hxdos/WINSPOOL.DRV b/build-scripts/mingw/hxdos/WINSPOOL.DRV new file mode 100644 index 000000000..b7a7f1cae Binary files /dev/null and b/build-scripts/mingw/hxdos/WINSPOOL.DRV differ diff --git a/build-scripts/mingw/make-mingw-hx-dos.sh b/build-scripts/mingw/make-mingw-hx-dos.sh index 63258470c..eae5b701a 100755 --- a/build-scripts/mingw/make-mingw-hx-dos.sh +++ b/build-scripts/mingw/make-mingw-hx-dos.sh @@ -63,11 +63,12 @@ cp src/dosbox-x.exe dosbox-x.exe || exit 1 $hxdir/pestub.exe -n dosbox-x.exe cp CHANGELOG CHANGELOG.txt || exit 1 cp dosbox-x.reference.conf dosbox-x.ref || exit 1 -cp dosbox-x.reference.full.conf dosbox-x.ful || exit 1 +cp dosbox-x.reference.full.conf dosbox-x.ref.full || exit 1 cp $hxdir/DPMILD32.EXE . || exit 1 cp $hxdir/HDPMI32.EXE . || exit 1 cp $hxdir/HXGUIHLP.INI . || exit 1 cp $hxdir/README.TXT . || exit 1 +cp $hxdir/WINSPOOL.DRV . || exit 1 cp $hxdir/*.DLL . || exit 1 cd "$top"/dosbox-x-mingw-hx-dos || exit 1