kolibrios/programs/system/launch/trunk/Tupfile.lua
Ivan Baravy c5c24e6776 Add launch to autobuild
This is example/experimental build:
 - It uses INCLUDE environment variable to locate includes;
 - It specifies language as -dlang=xx fasm option, no lang.inc file.


git-svn-id: svn://kolibrios.org@6834 a494cfbc-eb01-0410-851d-a64ba20cac60
2017-01-19 14:34:02 +00:00

4 lines
280 B
Lua

if tup.getconfig("NO_FASM") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.rule("launch.asm", "INCLUDE=" .. HELPERDIR .. " fasm %f %o -dlang=" .. tup.getconfig("LANG") .. tup.getconfig("KPACK_CMD"), "launch")