forked from KolibriOS/kolibrios
Ivan Baravy
0eabeee0d3
This is needed to migrate to tup-0.8. I'm sure it was possible to workaround this and keep the name, but it was easier to rename. git-svn-id: svn://kolibrios.org@10041 a494cfbc-eb01-0410-851d-a64ba20cac60
3 lines
142 B
Lua
3 lines
142 B
Lua
if tup.getconfig("NO_FASM") ~= "" then return end
|
|
tup.rule("RasterWorks.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "RasterWorks.obj")
|