From d7a97c85eb7726f4218268ca00bd5582b5fbf3e0 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 18 Nov 2025 14:24:22 +0000 Subject: [PATCH] outdated/param: Post-SVN tidy - Move source code from `trunk` into root directory. - Checked build files and update ASM include paths. --- programs/other/outdated/param/{trunk => }/Tupfile.lua | 0 programs/other/outdated/param/{trunk => }/build_en.bat | 0 programs/other/outdated/param/{trunk => }/build_ru.bat | 0 programs/other/outdated/param/{trunk => }/cmdipc.inc | 3 +-- programs/other/outdated/param/{trunk => }/param.asm | 0 5 files changed, 1 insertion(+), 2 deletions(-) rename programs/other/outdated/param/{trunk => }/Tupfile.lua (100%) rename programs/other/outdated/param/{trunk => }/build_en.bat (100%) rename programs/other/outdated/param/{trunk => }/build_ru.bat (100%) rename programs/other/outdated/param/{trunk => }/cmdipc.inc (98%) rename programs/other/outdated/param/{trunk => }/param.asm (100%) diff --git a/programs/other/outdated/param/trunk/Tupfile.lua b/programs/other/outdated/param/Tupfile.lua similarity index 100% rename from programs/other/outdated/param/trunk/Tupfile.lua rename to programs/other/outdated/param/Tupfile.lua diff --git a/programs/other/outdated/param/trunk/build_en.bat b/programs/other/outdated/param/build_en.bat similarity index 100% rename from programs/other/outdated/param/trunk/build_en.bat rename to programs/other/outdated/param/build_en.bat diff --git a/programs/other/outdated/param/trunk/build_ru.bat b/programs/other/outdated/param/build_ru.bat similarity index 100% rename from programs/other/outdated/param/trunk/build_ru.bat rename to programs/other/outdated/param/build_ru.bat diff --git a/programs/other/outdated/param/trunk/cmdipc.inc b/programs/other/outdated/param/cmdipc.inc similarity index 98% rename from programs/other/outdated/param/trunk/cmdipc.inc rename to programs/other/outdated/param/cmdipc.inc index 4237a0a9c..90ac1c5f3 100644 --- a/programs/other/outdated/param/trunk/cmdipc.inc +++ b/programs/other/outdated/param/cmdipc.inc @@ -1,4 +1,4 @@ -include "..\..\..\..\macros.inc" +include "..\..\..\macros.inc" initipc: mov eax,9 @@ -218,4 +218,3 @@ stripc: times 84 db 0 fill_symbol db 0 prc: times 52 db 0 - diff --git a/programs/other/outdated/param/trunk/param.asm b/programs/other/outdated/param/param.asm similarity index 100% rename from programs/other/outdated/param/trunk/param.asm rename to programs/other/outdated/param/param.asm