Subversion Repositories Kolibri OS

Compare Revisions

No changes between revisions

Regard whitespace Rev 7117 → Rev 7118

/data/Tupfile.lua
19,7 → 19,6
{"ICONS32.PNG", "common/icons32.png"},
{"ICONS16.PNG", "common/icons16.png"},
{"INDEX.HTM", "common/index_htm"},
{"KERPACK", "common/kerpack"},
{"KUZKINA.MID", "common/kuzkina.mid"},
{"LANG.INC", build_type .. "/lang.inc"},
{"NOTIFY3.PNG", "common/notify3.png"},
352,6 → 351,7
{"CROPFLAT", PROGS .. "/system/cropflat/cropflat"},
{"KBD", PROGS .. "/system/kbd/trunk/kbd"},
{"KPACK", PROGS .. "/other/kpack/trunk/kpack"},
{"KERPACK", PROGS .. "/other/outdated/kerpack/trunk/kerpack"},
{"LAUNCHER", PROGS .. "/system/launcher/trunk/launcher"},
{"ESKIN", PROGS .. "/system/eskin/trunk/eskin"},
{"MAGNIFY", PROGS .. "/demos/magnify/trunk/magnify"},
/data/common/kerpack
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Deleted: svn:mime-type
-application/octet-stream
\ No newline at end of property
/programs/other/outdated/kerpack/trunk/Tupfile.lua
0,0 → 1,2
if tup.getconfig("NO_FASM") ~= "" then return end
tup.rule("kerpack.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "kerpack")
/programs/other/outdated/kerpack/trunk/kerpack.asm
31,7 → 31,7
dd 0 ;params
dd 0 ;cur_dir_path
;---------------------------------------------------------------------
include '../../../macros.inc'
include '../../../../macros.inc'
; do not touch "purge mov"!!!
purge mov ; for the correct patch of loader
; do not touch "purge mov"!!!