Add charset_checker to autobuild
This commit is contained in:
2
programs/other/charset_checker/Tupfile.lua
Normal file
2
programs/other/charset_checker/Tupfile.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
tup.rule("charset_checker.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "charchck")
|
@@ -14,7 +14,7 @@ dd 0, 0
|
||||
|
||||
; ================================================================
|
||||
|
||||
include '../macros.inc'
|
||||
include '../../macros.inc'
|
||||
|
||||
START: ; start of execution
|
||||
call draw_window ; draw the window
|
||||
|
Reference in New Issue
Block a user