kolibrios-fun/programs/other/outdated/bgitest/trunk/Tupfile.lua
Kirill Lipatov (Leency) 162ca649ef cmm/txtread: delete app
bgitest: move to other/outdated 

git-svn-id: svn://kolibrios.org@7951 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-05-19 20:28:37 +00:00

4 lines
288 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({"bgitest.asm", extra_inputs = {"lang.inc"}}, "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "bgitest")