kolibrios/programs/other/outdated/RDInfo/Tupfile.lua
Kirill Lipatov (Leency) 1bc102cf71 RDInfo move to /outdated folder as it uses deleted functions 21.7 and 21.8
git-svn-id: svn://kolibrios.org@8286 a494cfbc-eb01-0410-851d-a64ba20cac60
2020-12-01 01:40:45 +00:00

3 lines
138 B
Lua

if tup.getconfig("NO_NASM") ~= "" then return end
tup.rule("RDInfo.asm", "nasm -f bin -o %o %f " .. tup.getconfig("KPACK_CMD"), "RDInfo")