From 2a43081ba6a14323410bfab7187168ee3ca36270 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 15 Sep 2025 13:45:34 +0100 Subject: [PATCH] outdated/mv: Post-SVN tidy - Move source code from `trunk` into root directory. - Update build files and ASM include paths. --- programs/other/outdated/mv/{trunk => }/Tupfile.lua | 2 +- programs/other/outdated/mv/{trunk => }/build_en.bat | 0 programs/other/outdated/mv/{trunk => }/build_ru.bat | 0 programs/other/outdated/mv/{trunk => }/mv.asm | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename programs/other/outdated/mv/{trunk => }/Tupfile.lua (78%) rename programs/other/outdated/mv/{trunk => }/build_en.bat (100%) rename programs/other/outdated/mv/{trunk => }/build_ru.bat (100%) rename programs/other/outdated/mv/{trunk => }/mv.asm (100%) diff --git a/programs/other/outdated/mv/trunk/Tupfile.lua b/programs/other/outdated/mv/Tupfile.lua similarity index 78% rename from programs/other/outdated/mv/trunk/Tupfile.lua rename to programs/other/outdated/mv/Tupfile.lua index 3523fd9bb..6c17f3569 100644 --- a/programs/other/outdated/mv/trunk/Tupfile.lua +++ b/programs/other/outdated/mv/Tupfile.lua @@ -1,5 +1,5 @@ if tup.getconfig("NO_FASM") ~= "" then return end -HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfig("HELPERDIR") +HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR") tup.include(HELPERDIR .. "/use_fasm.lua") add_include(tup.getvariantdir()) diff --git a/programs/other/outdated/mv/trunk/build_en.bat b/programs/other/outdated/mv/build_en.bat similarity index 100% rename from programs/other/outdated/mv/trunk/build_en.bat rename to programs/other/outdated/mv/build_en.bat diff --git a/programs/other/outdated/mv/trunk/build_ru.bat b/programs/other/outdated/mv/build_ru.bat similarity index 100% rename from programs/other/outdated/mv/trunk/build_ru.bat rename to programs/other/outdated/mv/build_ru.bat diff --git a/programs/other/outdated/mv/trunk/mv.asm b/programs/other/outdated/mv/mv.asm similarity index 100% rename from programs/other/outdated/mv/trunk/mv.asm rename to programs/other/outdated/mv/mv.asm