]> Nishi Git Mirror - dataworks.git/commitdiff
fix makefile
authornishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 6 Jun 2024 13:56:01 +0000 (13:56 +0000)
committernishi <nishi@d4a5a174-5a4a-5b4b-b672-37683c10d7d5>
Thu, 6 Jun 2024 13:56:01 +0000 (13:56 +0000)
git-svn-id: file:///raid/svn-main/nishi-dataworks/trunk@165 d4a5a174-5a4a-5b4b-b672-37683c10d7d5

common.mk

index c0d1fdf92e3ff6d3aedc2ac30555527d141bc2d3..3405fad238bbc6af4768002e689510cb353d7fb9 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -101,6 +101,7 @@ prepare-dosbox: no-doc
        echo "pause" >> dosbox.conf
        echo "del db.dwf" >> dosbox.conf
        echo "del dw.exe" >> dosbox.conf
+       echo "del dwserv.exe" >> dosbox.conf
        echo "exit" >> dosbox.conf
        if [ ! -e "dos4gw.exe" ]; then wget "https://github.com/yetmorecode/dos32a-ng/releases/download/9.1.2/DOS32ANG.EXE" -O dos4gw.exe ; fi