mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-17 20:32:35 +03:00
041fa32231
git-svn-id: svn://kolibrios.org@5395 a494cfbc-eb01-0410-851d-a64ba20cac60
3 lines
250 B
Lua
3 lines
250 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > lang.inc", {"lang.inc"})
|
|
tup.rule("open.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "open") |