forked from KolibriOS/kolibrios
Build kerpack from source, remove binary.
git-svn-id: svn://kolibrios.org@7118 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
3f5969cc70
commit
7ea104c3a8
@ -19,7 +19,6 @@ img_files = {
|
|||||||
{"ICONS32.PNG", "common/icons32.png"},
|
{"ICONS32.PNG", "common/icons32.png"},
|
||||||
{"ICONS16.PNG", "common/icons16.png"},
|
{"ICONS16.PNG", "common/icons16.png"},
|
||||||
{"INDEX.HTM", "common/index_htm"},
|
{"INDEX.HTM", "common/index_htm"},
|
||||||
{"KERPACK", "common/kerpack"},
|
|
||||||
{"KUZKINA.MID", "common/kuzkina.mid"},
|
{"KUZKINA.MID", "common/kuzkina.mid"},
|
||||||
{"LANG.INC", build_type .. "/lang.inc"},
|
{"LANG.INC", build_type .. "/lang.inc"},
|
||||||
{"NOTIFY3.PNG", "common/notify3.png"},
|
{"NOTIFY3.PNG", "common/notify3.png"},
|
||||||
@ -352,6 +351,7 @@ tup.append_table(img_files, {
|
|||||||
{"CROPFLAT", PROGS .. "/system/cropflat/cropflat"},
|
{"CROPFLAT", PROGS .. "/system/cropflat/cropflat"},
|
||||||
{"KBD", PROGS .. "/system/kbd/trunk/kbd"},
|
{"KBD", PROGS .. "/system/kbd/trunk/kbd"},
|
||||||
{"KPACK", PROGS .. "/other/kpack/trunk/kpack"},
|
{"KPACK", PROGS .. "/other/kpack/trunk/kpack"},
|
||||||
|
{"KERPACK", PROGS .. "/other/outdated/kerpack/trunk/kerpack"},
|
||||||
{"LAUNCHER", PROGS .. "/system/launcher/trunk/launcher"},
|
{"LAUNCHER", PROGS .. "/system/launcher/trunk/launcher"},
|
||||||
{"ESKIN", PROGS .. "/system/eskin/trunk/eskin"},
|
{"ESKIN", PROGS .. "/system/eskin/trunk/eskin"},
|
||||||
{"MAGNIFY", PROGS .. "/demos/magnify/trunk/magnify"},
|
{"MAGNIFY", PROGS .. "/demos/magnify/trunk/magnify"},
|
||||||
|
Binary file not shown.
2
programs/other/outdated/kerpack/trunk/Tupfile.lua
Normal file
2
programs/other/outdated/kerpack/trunk/Tupfile.lua
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
if tup.getconfig("NO_FASM") ~= "" then return end
|
||||||
|
tup.rule("kerpack.asm", "fasm %f %o " .. tup.getconfig("KPACK_CMD"), "kerpack")
|
@ -31,7 +31,7 @@ use32
|
|||||||
dd 0 ;params
|
dd 0 ;params
|
||||||
dd 0 ;cur_dir_path
|
dd 0 ;cur_dir_path
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
include '../../../macros.inc'
|
include '../../../../macros.inc'
|
||||||
; do not touch "purge mov"!!!
|
; do not touch "purge mov"!!!
|
||||||
purge mov ; for the correct patch of loader
|
purge mov ; for the correct patch of loader
|
||||||
; do not touch "purge mov"!!!
|
; do not touch "purge mov"!!!
|
||||||
|
Loading…
Reference in New Issue
Block a user