forked from KolibriOS/kolibrios
Magnify: Moved to programs/system
Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
||||
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
tup.rule("magnify.asm", FASM .. " -dlang=" .. tup.getconfig("LANG") .. " %f %o" .. tup.getconfig("KPACK_CMD"), "%B")
|
@@ -19,9 +19,9 @@ dd 0, 0
|
||||
|
||||
;---------------------------------------------------------------------
|
||||
|
||||
include '../../../macros.inc'
|
||||
include "../../../KOSfuncs.inc"
|
||||
include "../../../encoding.inc"
|
||||
include '../../macros.inc'
|
||||
include "../../KOSfuncs.inc"
|
||||
include "../../encoding.inc"
|
||||
|
||||
;---------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user