Subversion Repositories Kolibri OS

Rev

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

Rev 7410 Rev 7423
Line 14... Line 14...
14
img_files = {
14
img_files = {
15
 {"MACROS.INC", PROGS .. "/macros.inc"},
15
 {"MACROS.INC", PROGS .. "/macros.inc"},
16
 {"CONFIG.INC", PROGS .. "/config.inc"},
16
 {"CONFIG.INC", PROGS .. "/config.inc"},
17
 {"STRUCT.INC", PROGS .. "/struct.inc"},
17
 {"STRUCT.INC", PROGS .. "/struct.inc"},
18
 {"FB2READ", "common/fb2read"},
18
 {"FB2READ", "common/fb2read"},
-
 
19
 {"game_center", "common/game_center"},
19
 {"ICONS32.PNG", "common/icons32.png"},
20
 {"ICONS32.PNG", "common/icons32.png"},
20
 {"ICONS16.PNG", "common/icons16.png"},
21
 {"ICONS16.PNG", "common/icons16.png"},
21
 {"INDEX.HTM", "common/index_htm"},
22
 {"INDEX.HTM", "common/index_htm"},
22
 {"KUZKINA.MID", "common/kuzkina.mid"},
23
 {"KUZKINA.MID", "common/kuzkina.mid"},
23
 {"LANG.INC", build_type .. "/lang.inc"},
24
 {"LANG.INC", build_type .. "/lang.inc"},
Line 574... Line 575...
574
-- Programs that require C-- to compile.
575
-- Programs that require C-- to compile.
575
if tup.getconfig('NO_CMM') ~= 'full' then
576
if tup.getconfig('NO_CMM') ~= 'full' then
576
tup.append_table(img_files, {
577
tup.append_table(img_files, {
577
 {"APP_PLUS", PROGS .. "/cmm/app_plus/app_plus.com"},
578
 {"APP_PLUS", PROGS .. "/cmm/app_plus/app_plus.com"},
578
 {"EASYSHOT", PROGS .. "/cmm/easyshot/easyshot.com"},
579
 {"EASYSHOT", PROGS .. "/cmm/easyshot/easyshot.com"},
579
 {"GAME_CENTER", PROGS .. "/cmm/software_widget/software_widget.com"},
-
 
580
 {"MOUSECFG", PROGS .. "/cmm/mousecfg/mousecfg.com"},
580
 {"MOUSECFG", PROGS .. "/cmm/mousecfg/mousecfg.com"},
581
 {"PANELS_CFG", PROGS .. "/cmm/panels_cfg/panels_cfg.com"},
581
 {"PANELS_CFG", PROGS .. "/cmm/panels_cfg/panels_cfg.com"},
582
 {"SYSPANEL", PROGS .. "/cmm/software_widget/software_widget.com"},
582
 {"SYSPANEL", PROGS .. "/cmm/software_widget/software_widget.com"},
583
 {"SYSMON", PROGS .. "/cmm/sysmon/sysmon.com"},
583
 {"SYSMON", PROGS .. "/cmm/sysmon/sysmon.com"},
584
 {"TXTREAD", PROGS .. "/cmm/txtread/txtread.com"},
584
 {"TXTREAD", PROGS .. "/cmm/txtread/txtread.com"},