2014-09-12 17:15:23 +02:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
2024-05-21 16:45:21 +02:00
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_fasm.lua")
|
|
|
|
add_include(tup.getvariantdir())
|
|
|
|
|
2014-09-12 17:15:23 +02:00
|
|
|
tup.rule("mtldr_code/mtldr.asm", "fasm %f %o", "mtldr_for_installer")
|
2024-05-21 16:45:21 +02:00
|
|
|
tup.rule({"mtldr_install.asm", extra_inputs = {"mtldr_for_installer"}}, FASM .. " %f %o", "mtldr_install.exe")
|