Rename dosbox.conf to dosbox-build.conf
Dosbox will override the default configuration with `dosbox.conf` if launched with `dosbox .` in the source directory. Only override it for building, not for interactive usage.
This commit is contained in:
parent
d7778ecaef
commit
24e82f0fcd
2 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
DOSBOX=dosbox -conf dosbox.conf -exit
|
||||
DOSBOX=dosbox -conf dosbox-build.conf -exit
|
||||
|
||||
ordos.img: BOOT.BIN IO.SYS ORDOS.SYS COMMAND.COM debug.com edlin.com exe2bin.exe link.exe masm.exe
|
||||
rm -f ordos.img
|
||||
|
|
Loading…
Reference in a new issue