From 24e82f0fcd366a3d05609a6b0198042af12fdbe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 10 Sep 2021 19:34:50 +0300 Subject: [PATCH] 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. --- Makefile | 2 +- dosbox.conf => dosbox-build.conf | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename dosbox.conf => dosbox-build.conf (100%) diff --git a/Makefile b/Makefile index 6ba68e5..e598b45 100644 --- a/Makefile +++ b/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 diff --git a/dosbox.conf b/dosbox-build.conf similarity index 100% rename from dosbox.conf rename to dosbox-build.conf