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
parent de26ccc3b7
commit 99bee67a4c
9 changed files with 1 additions and 1 deletions

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