outdated/sb: Post-SVN tidy

- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
This commit is contained in:
2025-11-18 14:49:45 +00:00
parent 740fd17da6
commit f39dc0f67d
5 changed files with 6 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ rem fasm media\mixer\trunk\mixer.asm %BIN%\mixer
rem fasm media\mv\trunk\mv.asm %BIN%\mv rem fasm media\mv\trunk\mv.asm %BIN%\mv
fasm media\pic4\trunk\pic4.asm %BIN%\pic4 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 fasm media\scrshoot\scrshoot.asm %BIN%\scrshoot
echo * echo *
@@ -386,7 +386,7 @@ rem kpack %BIN%\mixer
kpack %BIN%\mp3s kpack %BIN%\mp3s
rem kpack %BIN%\mv rem kpack %BIN%\mv
kpack %BIN%\pic4 kpack %BIN%\pic4
kpack %BIN%\sb rem kpack %BIN%\sb
kpack %BIN%\scrshoot kpack %BIN%\scrshoot
echo * echo *

View File

@@ -1,5 +1,5 @@
if tup.getconfig("NO_FASM") ~= "" then return end 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") tup.include(HELPERDIR .. "/use_fasm.lua")
add_include(tup.getvariantdir()) add_include(tup.getvariantdir())

View File

@@ -1,3 +1,5 @@
; SPDX-License-Identifier: NOASSERTION
;
; ;
; SOUND BLASTER ; SOUND BLASTER
; ;
@@ -5,7 +7,7 @@
; ;
include 'lang.inc' include 'lang.inc'
include '..\..\..\..\macros.inc' include '..\..\..\macros.inc'
use32 use32