Subversion Repositories Kolibri OS

Rev

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

Rev 9639 Rev 9653
Line 290... Line 290...
290
 {"kolibrios/res/templates/", "common/templates/*"},
290
 {"kolibrios/res/templates/", "common/templates/*"},
291
 {"kolibrios/res/templates/", PROGS .. "/emulator/e80/trunk/games/*"},
291
 {"kolibrios/res/templates/", PROGS .. "/emulator/e80/trunk/games/*"},
292
 {"kolibrios/res/templates/NES/", "common/templates/NES/*"},
292
 {"kolibrios/res/templates/NES/", "common/templates/NES/*"},
293
 {"kolibrios/res/wallpapers/", "common/wallpapers/*"},
293
 {"kolibrios/res/wallpapers/", "common/wallpapers/*"},
294
 {"kolibrios/res/system/", build_type .. "/settings/kolibri.lbl"},
294
 {"kolibrios/res/system/", build_type .. "/settings/kolibri.lbl"},
295
 {"kolibrios/utils/man2html", "common/utils/MAN2HTML"},
-
 
296
 {"kolibrios/utils/vmode", "common/vmode"},
295
 {"kolibrios/utils/vmode", "common/vmode"},
297
 {"kolibrios/utils/texture", "common/utils/texture"},
296
 {"kolibrios/utils/texture", "common/utils/texture"},
298
 {"kolibrios/utils/cnc_editor/cnc_editor", PROGS .. "/other/cnc_editor/cnc_editor"},
297
 {"kolibrios/utils/cnc_editor/cnc_editor", PROGS .. "/other/cnc_editor/cnc_editor"},
299
 {"kolibrios/utils/cnc_editor/kolibri.NC", PROGS .. "/other/cnc_editor/kolibri.NC"},
298
 {"kolibrios/utils/cnc_editor/kolibri.NC", PROGS .. "/other/cnc_editor/kolibri.NC"},
300
 {"kolibrios/utils/kfm/kfm.ini", "common/File Managers/kfm.ini"},
299
 {"kolibrios/utils/kfm/kfm.ini", "common/File Managers/kfm.ini"},
Line 713... Line 712...
713
-- Programs that require TCC to compile.
712
-- Programs that require TCC to compile.
714
if tup.getconfig('NO_TCC') ~= 'full' then
713
if tup.getconfig('NO_TCC') ~= 'full' then
715
tup.append_table(img_files, {
714
tup.append_table(img_files, {
716
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
715
 {"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
717
 {"SHELL", PROGS .. "/system/shell/shell"},
716
 {"SHELL", PROGS .. "/system/shell/shell"},
718
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
-
 
719
})
717
})
720
tup.append_table(extra_files, {
718
tup.append_table(extra_files, {
721
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
719
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
722
 {"kolibrios/demos/kmatrix", PROGS .. "/demos/kmatrix/trunk/kmatrix"},
720
 {"kolibrios/demos/kmatrix", PROGS .. "/demos/kmatrix/trunk/kmatrix"},
723
 {"kolibrios/develop/TinyBasic/TinyBasic", PROGS .. "/develop/tinybasic-1.0.4/tinybasic"},
721
 {"kolibrios/develop/TinyBasic/TinyBasic", PROGS .. "/develop/tinybasic-1.0.4/tinybasic"},
724
 {"kolibrios/develop/TinyBasic/bas/", PROGS .. "/develop/tinybasic-1.0.4/bas/*"},
722
 {"kolibrios/develop/TinyBasic/bas/", PROGS .. "/develop/tinybasic-1.0.4/bas/*"},
725
 {"kolibrios/develop/TinyBasic/TinyBasic.man", PROGS .. "/develop/tinybasic-1.0.4/doc/tinybasic.man"},
723
 {"kolibrios/develop/TinyBasic/TinyBasic.man", PROGS .. "/develop/tinybasic-1.0.4/doc/tinybasic.man"},
726
 {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
724
-- {"kolibrios/utils/teatool", PROGS .. "/other/TEAtool/teatool"},
727
 {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"},
725
 {"kolibrios/utils/passwordgen", PROGS .. "/other/PasswordGen/passwordgen"},
728
 {"kolibrios/utils/kruler", PROGS .. "/other/kruler/kruler"},
726
 {"kolibrios/utils/kruler", PROGS .. "/other/kruler/kruler"},
729
 {"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"},
727
 {"kolibrios/media/qr_tool", PROGS .. "/media/qr_tool/qr_tool"},
730
 {"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"},
728
 {"kolibrios/utils/weather", PROGS .. "/other/Weather/weather"},
-
 
729
 {"kolibrios/utils/man2html", PROGS .."/other/man2html/man2html"},
731
})
730
})
732
end -- tup.getconfig('NO_TCC') ~= 'full'
731
end -- tup.getconfig('NO_TCC') ~= 'full'
Line 733... Line 732...
733
 
732
 
734
-- Programs that require GCC to compile.
733
-- Programs that require GCC to compile.