Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6577 → Rev 7134

/programs/emulator/PrMK/trunk/proc32.inc
File deleted
/programs/emulator/PrMK/trunk/macros.inc
File deleted
/programs/emulator/PrMK/trunk/struct.inc
File deleted
/programs/emulator/PrMK/trunk/config.inc
File deleted
/programs/emulator/PrMK/trunk/PrMK.asm
5,7 → 5,7
 
include 'macros.inc'
 
header '01',1,START,I_END,(D_END+0x100),(D_END+0x100),0,cur_dir_path
__header '01',1,START,I_END,(D_END+0x100),(D_END+0x100),0,cur_dir_path
 
include 'opcodes.inc'
include 'proc32.inc'
/programs/emulator/PrMK/trunk/Tupfile.lua
1,2 → 1,5
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("PrMK.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "PrMK")
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_fasm.lua")
 
tup.rule("PrMK.asm", FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "PrMK")