rename amd_temp_view.asm in AMDtemp.asm

git-svn-id: svn://kolibrios.org@9217 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Doczom 2021-10-16 08:06:45 +00:00
parent 553742f877
commit 0463411ffd
3 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("amd_temp_view.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "AMDtemp")
tup.rule("AMDtemp.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "AMDtemp")

View File

@ -1,2 +1,2 @@
@fasm amd_temp_view.asm AMDtemp
@fasm AMDtemp.asm AMDtemp
@pause