system/launch: Post-SVN clean up

- Move source code from `trunk` into program root directory.
- Update build files.
This commit is contained in:
2025-05-20 10:08:58 +01:00
committed by Andrew
parent 118b50e850
commit 1a1accd8c0
9 changed files with 1 additions and 1 deletions

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(HELPERDIR .. "/develop/libraries/libs-dev/libio") add_include(HELPERDIR .. "/develop/libraries/libs-dev/libio")