kolibrios/programs/develop/libraries/crypt_des/example/Tupfile.lua

3 lines
138 B
Lua
Raw Normal View History

if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("crypt_files.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "crypt_files")