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
This commit is contained in:
2024-05-21 14:44:37 +00:00
parent 917cebdce1
commit 0eabeee0d3
2 changed files with 0 additions and 0 deletions
@@ -0,0 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("RasterWorks.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "RasterWorks.obj")