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