Subversion Repositories Kolibri OS

Rev

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

Rev 8434 Rev 8460
Line 284... Line 284...
284
 {"kolibrios/res/system/", build_type .. "/settings/kolibri.lbl"},
284
 {"kolibrios/res/system/", build_type .. "/settings/kolibri.lbl"},
285
 {"kolibrios/utils/cnc_editor/cnc_editor", PROGS .. "/other/cnc_editor/cnc_editor"},
285
 {"kolibrios/utils/cnc_editor/cnc_editor", PROGS .. "/other/cnc_editor/cnc_editor"},
286
 {"kolibrios/utils/cnc_editor/kolibri.NC", PROGS .. "/other/cnc_editor/kolibri.NC"},
286
 {"kolibrios/utils/cnc_editor/kolibri.NC", PROGS .. "/other/cnc_editor/kolibri.NC"},
287
 {"kolibrios/utils/vmode", "common/vmode"},
287
 {"kolibrios/utils/vmode", "common/vmode"},
288
 {"kolibrios/utils/texture", "common/utils/texture"},
288
 {"kolibrios/utils/texture", "common/utils/texture"},
289
 {"kolibrios/utils/thashview", "common/utils/thashview"},
-
 
290
 }
289
 }
291
if build_type == "rus" then tup.append_table(extra_files, {
290
if build_type == "rus" then tup.append_table(extra_files, {
292
 {"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},
291
 {"Docs/cp866/config.txt", build_type .. "/docs/CONFIG.TXT"},
293
 {"Docs/cp866/gnu.txt", build_type .. "/docs/GNU.TXT"},
292
 {"Docs/cp866/gnu.txt", build_type .. "/docs/GNU.TXT"},
294
 {"Docs/cp866/history.txt", build_type .. "/docs/HISTORY.TXT"},
293
 {"Docs/cp866/history.txt", build_type .. "/docs/HISTORY.TXT"},
Line 681... Line 680...
681
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
680
 {"kolibrios/games/fara/fara", PROGS .. "/games/fara/trunk/fara"},
682
 {"kolibrios/games/LaserTank/LaserTank", PROGS .. "/games/LaserTank/trunk/LaserTank"},
681
 {"kolibrios/games/LaserTank/LaserTank", PROGS .. "/games/LaserTank/trunk/LaserTank"},
683
})
682
})
684
end -- tup.getconfig('NO_MSVC') ~= 'full'
683
end -- tup.getconfig('NO_MSVC') ~= 'full'
Line -... Line 684...
-
 
684
 
-
 
685
-- Programs that require TCC to compile.
-
 
686
if tup.getconfig('NO_TCC') ~= 'full' then
-
 
687
tup.append_table(extra_files, {
-
 
688
 {"kolibrios/utils/thashview", PROGS .. "/other/TinyHashView/thashview"},
-
 
689
})
-
 
690
end -- tup.getconfig('NO_TCC') ~= 'full' 
685
 
691
 
686
-- Programs that require GCC to compile.
692
-- Programs that require GCC to compile.
687
if tup.getconfig('NO_GCC') ~= 'full' then
693
if tup.getconfig('NO_GCC') ~= 'full' then
688
tup.append_table(img_files, {
694
tup.append_table(img_files, {
689
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},
695
 {"GAMES/CHECKERS", PROGS .. "/games/checkers/trunk/checkers"},