files
kolibrios/programs/demos/3dcube2/Tupfile.lua
Andrew 9a748b1dfe
Some checks failed
Build system / Check kernel codestyle (pull_request) Successful in 34s
Build system / Build (pull_request) Failing after 3h2m3s
demos/3dcube2: Post-SVN tidy
- Move source code from `trunk` into root directory.
- Update build files and ASM include paths.
- Note: Line endings standardised from `CRLF` > `LF`, so best to view diffs with whitespace changes hidden.
2025-05-27 00:11:58 +01:00

7 lines
297 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
add_include(tup.getvariantdir())
tup.rule({"3DCUBE2.ASM"}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "3DCUBE2")