Browse Source

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.
master
Juhani Krekelä 2 years ago
parent
commit
24e82f0fcd
  1. 2
      Makefile
  2. 0
      dosbox-build.conf

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

0
dosbox.conf → dosbox-build.conf

Loading…
Cancel
Save