mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-11-30 12:44:21 +03:00
9f3f8b346e
git-svn-id: svn://kolibrios.org@7656 a494cfbc-eb01-0410-851d-a64ba20cac60
7 lines
324 B
Lua
7 lines
324 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(HELPERDIR .. "/develop/libraries/libs-dev/libimg")
|
|
tup.rule("kiv.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "kiv")
|