Subversion Repositories Kolibri OS

Rev

Rev 9595 | Rev 9601 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9595 Rev 9596
Line 388... Line 388...
388
-- Programs that require FASM to compile.
388
-- Programs that require FASM to compile.
389
if tup.getconfig('NO_FASM') ~= 'full' then
389
if tup.getconfig('NO_FASM') ~= 'full' then
390
tup.append_table(img_files, {
390
tup.append_table(img_files, {
391
 {"KERNEL.MNT", "../kernel/trunk/kernel.mnt"},
391
 {"KERNEL.MNT", "../kernel/trunk/kernel.mnt"},
392
 {"@DOCKY", PROGS .. "/system/docky/trunk/docky"},
392
 {"@DOCKY", PROGS .. "/system/docky/trunk/docky"},
393
 {"@HA", PROGS .. "/other/ha/@HA"},
393
 {"@HA", PROGS .. "/other/ha/HA"},
394
 {"@ICON", PROGS .. "/system/icon_new/icon"},
394
 {"@ICON", PROGS .. "/system/icon_new/icon"},
395
 {"@MENU", PROGS .. "/system/menu/trunk/menu"},
395
 {"@MENU", PROGS .. "/system/menu/trunk/menu"},
396
 {"@NOTIFY", PROGS .. "/system/notify3/notify"},
396
 {"@NOTIFY", PROGS .. "/system/notify3/notify"},
397
 {"@OPEN", PROGS .. "/system/open/open"},
397
 {"@OPEN", PROGS .. "/system/open/open"},
398
 {"@TASKBAR", PROGS .. "/system/taskbar/trunk/TASKBAR"},
398
 {"@TASKBAR", PROGS .. "/system/taskbar/trunk/TASKBAR"},