kolibrios/programs/develop/libraries/fontRasterWorks_unicode/Tupfile.lua
Ivan Baravy 0eabeee0d3 Rename fontRasterWorks(unicode) to fontRasterWorks_unicode
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
2024-05-21 14:44:37 +00:00

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")