From f39dc0f67d7eeff305915a16852071e3d0955eeb Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 18 Nov 2025 14:49:45 +0000 Subject: [PATCH] outdated/sb: Post-SVN tidy - Move source code from `trunk` into root directory. - Update build files and ASM include paths. --- programs/build_all.bat | 4 ++-- programs/other/outdated/sb/{trunk => }/Tupfile.lua | 2 +- programs/other/outdated/sb/{trunk => }/build_en.bat | 0 programs/other/outdated/sb/{trunk => }/build_ru.bat | 0 programs/other/outdated/sb/{trunk => }/sb.asm | 4 +++- 5 files changed, 6 insertions(+), 4 deletions(-) rename programs/other/outdated/sb/{trunk => }/Tupfile.lua (78%) rename programs/other/outdated/sb/{trunk => }/build_en.bat (100%) rename programs/other/outdated/sb/{trunk => }/build_ru.bat (100%) rename programs/other/outdated/sb/{trunk => }/sb.asm (99%) diff --git a/programs/build_all.bat b/programs/build_all.bat index 0b3744d64..88863016b 100644 --- a/programs/build_all.bat +++ b/programs/build_all.bat @@ -174,7 +174,7 @@ rem fasm media\mixer\trunk\mixer.asm %BIN%\mixer rem fasm media\mv\trunk\mv.asm %BIN%\mv fasm media\pic4\trunk\pic4.asm %BIN%\pic4 -fasm media\sb\trunk\sb.asm %BIN%\sb +rem fasm media\sb\trunk\sb.asm %BIN%\sb fasm media\scrshoot\scrshoot.asm %BIN%\scrshoot echo * @@ -386,7 +386,7 @@ rem kpack %BIN%\mixer kpack %BIN%\mp3s rem kpack %BIN%\mv kpack %BIN%\pic4 -kpack %BIN%\sb +rem kpack %BIN%\sb kpack %BIN%\scrshoot echo * diff --git a/programs/other/outdated/sb/trunk/Tupfile.lua b/programs/other/outdated/sb/Tupfile.lua similarity index 78% rename from programs/other/outdated/sb/trunk/Tupfile.lua rename to programs/other/outdated/sb/Tupfile.lua index 23a8df7fa..745752dcf 100644 --- a/programs/other/outdated/sb/trunk/Tupfile.lua +++ b/programs/other/outdated/sb/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/sb/trunk/build_en.bat b/programs/other/outdated/sb/build_en.bat similarity index 100% rename from programs/other/outdated/sb/trunk/build_en.bat rename to programs/other/outdated/sb/build_en.bat diff --git a/programs/other/outdated/sb/trunk/build_ru.bat b/programs/other/outdated/sb/build_ru.bat similarity index 100% rename from programs/other/outdated/sb/trunk/build_ru.bat rename to programs/other/outdated/sb/build_ru.bat diff --git a/programs/other/outdated/sb/trunk/sb.asm b/programs/other/outdated/sb/sb.asm similarity index 99% rename from programs/other/outdated/sb/trunk/sb.asm rename to programs/other/outdated/sb/sb.asm index 532108244..96a54f63c 100644 --- a/programs/other/outdated/sb/trunk/sb.asm +++ b/programs/other/outdated/sb/sb.asm @@ -1,3 +1,5 @@ +; SPDX-License-Identifier: NOASSERTION +; ; ; SOUND BLASTER ; @@ -5,7 +7,7 @@ ; include 'lang.inc' -include '..\..\..\..\macros.inc' +include '..\..\..\macros.inc' use32