From 83f3af547d7d5c47f8c19b6dcc75cfeae4b63dd2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 14 Sep 2025 11:25:00 +0100 Subject: [PATCH] outdated/mhc: Post-SVN tidy - Move source code from `trunk` into root directory. - Checked build files and ASM include paths. --- programs/build_all.bat | 4 ++-- programs/other/outdated/mhc/{trunk => }/build_de.bat | 0 programs/other/outdated/mhc/{trunk => }/build_en.bat | 0 programs/other/outdated/mhc/{trunk => }/mhc.asm | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename programs/other/outdated/mhc/{trunk => }/build_de.bat (100%) rename programs/other/outdated/mhc/{trunk => }/build_en.bat (100%) rename programs/other/outdated/mhc/{trunk => }/mhc.asm (100%) diff --git a/programs/build_all.bat b/programs/build_all.bat index eecac0f00..13694e22d 100644 --- a/programs/build_all.bat +++ b/programs/build_all.bat @@ -155,7 +155,7 @@ echo Building other echo * rem fasm other\archer\trunk\@rcher.asm %BIN%\@rcher fasm other\calc\calc.asm %BIN%\calc -fasm other\mhc\trunk\mhc.asm %BIN%\mhc +rem fasm other\mhc\trunk\mhc.asm %BIN%\mhc fasm other\period\period.asm %BIN%\period fasm other\rtfread\rtfread.asm %BIN%\rtfread @@ -367,7 +367,7 @@ echo * rem kpack %BIN%\@rcher kpack %BIN%\calc -kpack %BIN%\mhc +rem kpack %BIN%\mhc kpack %BIN%\period kpack %BIN%\rtfread diff --git a/programs/other/outdated/mhc/trunk/build_de.bat b/programs/other/outdated/mhc/build_de.bat similarity index 100% rename from programs/other/outdated/mhc/trunk/build_de.bat rename to programs/other/outdated/mhc/build_de.bat diff --git a/programs/other/outdated/mhc/trunk/build_en.bat b/programs/other/outdated/mhc/build_en.bat similarity index 100% rename from programs/other/outdated/mhc/trunk/build_en.bat rename to programs/other/outdated/mhc/build_en.bat diff --git a/programs/other/outdated/mhc/trunk/mhc.asm b/programs/other/outdated/mhc/mhc.asm similarity index 100% rename from programs/other/outdated/mhc/trunk/mhc.asm rename to programs/other/outdated/mhc/mhc.asm