Subversion Repositories Kolibri OS

Rev

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

Rev 6959 Rev 6960
Line 13... Line 13...
13
-- The first subitem of every item is name inside kolibri.img, the second is name of local file.
13
-- The first subitem of every item is name inside kolibri.img, the second is name of local file.
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
 {"DEINK.PNG", "common/wallpapers/deink.png"},
-
 
19
 {"FB2READ", "common/fb2read"},
18
 {"FB2READ", "common/fb2read"},
20
 {"ICONS32.PNG", "common/icons32.png"},
19
 {"ICONS32.PNG", "common/icons32.png"},
21
 {"INDEX.HTM", "common/index_htm"},
20
 {"INDEX.HTM", "common/index_htm"},
22
 {"KERPACK", "common/kerpack"},
21
 {"KERPACK", "common/kerpack"},
23
 {"KUZKINA.MID", "common/kuzkina.mid"},
22
 {"KUZKINA.MID", "common/kuzkina.mid"},
Line 234... Line 233...
234
 {"kolibrios/res/skins/", "../skins/authors.txt"},
233
 {"kolibrios/res/skins/", "../skins/authors.txt"},
235
 {"kolibrios/settings/app_plus.ini", "common/settings/app_plus.ini"},
234
 {"kolibrios/settings/app_plus.ini", "common/settings/app_plus.ini"},
236
 {"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
235
 {"kolibrios/utils/calcplus", PROGS .. "/other/calcplus/calcplus"},
237
 {"kolibrios/utils/fNav/", "common/File Managers/fNav/*"},
236
 {"kolibrios/utils/fNav/", "common/File Managers/fNav/*"},
238
 {"kolibrios/res/wallpapers/in_the_wind.png", "common/wallpapers/in_the_wind.png"},
237
 {"kolibrios/res/wallpapers/in_the_wind.png", "common/wallpapers/in_the_wind.png"},
-
 
238
 {"kolibrios/res/wallpapers/deink.png", "common/wallpapers/deink.png"},
239
 }
239
 }
240
if build_type == "rus" then tup.append_table(extra_files, {
240
if build_type == "rus" then tup.append_table(extra_files, {
241
 {"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},
241
 {"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},
242
 {"Docs/cp866/gnu.txt", build_type .. "/docs/GNU.TXT"},
242
 {"Docs/cp866/gnu.txt", build_type .. "/docs/GNU.TXT"},
243
 {"Docs/cp866/history.txt", build_type .. "/docs/HISTORY.TXT"},
243
 {"Docs/cp866/history.txt", build_type .. "/docs/HISTORY.TXT"},