diff --git a/data/Tupfile.lua b/data/Tupfile.lua index 13895b97e5..3c9fbc4492 100644 --- a/data/Tupfile.lua +++ b/data/Tupfile.lua @@ -19,7 +19,6 @@ img_files = { {"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 @@ tup.append_table(img_files, { {"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"}, diff --git a/data/common/kerpack b/data/common/kerpack deleted file mode 100644 index 511e23d2da..0000000000 Binary files a/data/common/kerpack and /dev/null differ diff --git a/programs/other/outdated/kerpack/trunk/Tupfile.lua b/programs/other/outdated/kerpack/trunk/Tupfile.lua new file mode 100644 index 0000000000..a782471730 --- /dev/null +++ b/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") diff --git a/programs/other/outdated/kerpack/trunk/kerpack.asm b/programs/other/outdated/kerpack/trunk/kerpack.asm index 2eecddb919..15345eac73 100644 --- a/programs/other/outdated/kerpack/trunk/kerpack.asm +++ b/programs/other/outdated/kerpack/trunk/kerpack.asm @@ -31,7 +31,7 @@ use32 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"!!! @@ -414,4 +414,4 @@ pack_length: rd 1 ; Compress data area end ;--------------------------------------------------------------------- I_END: -;--------------------------------------------------------------------- \ No newline at end of file +;---------------------------------------------------------------------