From 0463411ffda3cc45ced811efa911ad6067f78e2a Mon Sep 17 00:00:00 2001 From: Doczom Date: Sat, 16 Oct 2021 08:06:45 +0000 Subject: [PATCH] rename amd_temp_view.asm in AMDtemp.asm git-svn-id: svn://kolibrios.org@9217 a494cfbc-eb01-0410-851d-a64ba20cac60 --- .../system/amd_temp_view/{amd_temp_view.asm => AMDtemp.asm} | 0 programs/system/amd_temp_view/Tupfile.lua | 2 +- programs/system/amd_temp_view/build.bat | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename programs/system/amd_temp_view/{amd_temp_view.asm => AMDtemp.asm} (100%) diff --git a/programs/system/amd_temp_view/amd_temp_view.asm b/programs/system/amd_temp_view/AMDtemp.asm similarity index 100% rename from programs/system/amd_temp_view/amd_temp_view.asm rename to programs/system/amd_temp_view/AMDtemp.asm diff --git a/programs/system/amd_temp_view/Tupfile.lua b/programs/system/amd_temp_view/Tupfile.lua index a525ae5283..b4c75e867e 100644 --- a/programs/system/amd_temp_view/Tupfile.lua +++ b/programs/system/amd_temp_view/Tupfile.lua @@ -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") diff --git a/programs/system/amd_temp_view/build.bat b/programs/system/amd_temp_view/build.bat index 6f5769e079..0d1c0c6a14 100644 --- a/programs/system/amd_temp_view/build.bat +++ b/programs/system/amd_temp_view/build.bat @@ -1,2 +1,2 @@ -@fasm amd_temp_view.asm AMDtemp +@fasm AMDtemp.asm AMDtemp @pause \ No newline at end of file