forked from KolibriOS/kolibrios
Autobuild: Don't copy SHELL to img if NO_TCC is set.
git-svn-id: svn://kolibrios.org@8862 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b3571d494b
commit
1cff99b570
@ -696,6 +696,7 @@ end -- tup.getconfig('NO_MSVC') ~= 'full'
|
||||
if tup.getconfig('NO_TCC') ~= 'full' then
|
||||
tup.append_table(img_files, {
|
||||
{"NETWORK/WHOIS", PROGS .. "/network/whois/whois"},
|
||||
{"SHELL", PROGS .. "/system/shell/shell"},
|
||||
-- {"NETWORK/WEATHER", PROGS .. "/other/Weather/weather"},
|
||||
})
|
||||
tup.append_table(extra_files, {
|
||||
@ -714,7 +715,6 @@ end -- tup.getconfig('NO_TCC') ~= 'full'
|
||||
if tup.getconfig('NO_GCC') ~= 'full' then
|
||||
tup.append_table(img_files, {
|
||||
{"GAMES/REVERSI", PROGS .. "/games/reversi/trunk/reversi"},
|
||||
{"SHELL", PROGS .. "/system/shell/shell"},
|
||||
{"LIB/LIBC.OBJ", PROGS .. "/develop/ktcc/trunk/libc.obj/source/libc.obj"},
|
||||
})
|
||||
tup.append_table(extra_files, {
|
||||
|
Loading…
Reference in New Issue
Block a user