WIP: programs/other: Post-SVN tidy #275

Draft
ace-dent wants to merge 15 commits from ace-dent/kolibrios-gitea:PR-TidySVN-other into main
5 changed files with 6 additions and 4 deletions
Showing only changes of commit f39dc0f67d - Show all commits

View File

@@ -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 *

View File

@@ -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())

View File

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