forked from KolibriOS/kolibrios
lod: add to autobuild
git-svn-id: svn://kolibrios.org@6952 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5fa6045a2a
commit
0263fceef0
@ -518,11 +518,12 @@ end -- tup.getconfig('NO_FASM') ~= 'full'
|
||||
-- Programs that require NASM to compile.
|
||||
if tup.getconfig('NO_NASM') ~= 'full' then
|
||||
tup.append_table(img_files, {
|
||||
{"LOD", PROGS .. "/fs/lod/lod"},
|
||||
{"TINFO", PROGS .. "/system/tinfo/tinfo"},
|
||||
{"DEMOS/ACLOCK", PROGS .. "/demos/aclock/trunk/aclock"},
|
||||
{"DEMOS/TIMER", PROGS .. "/other/Timer/timer"},
|
||||
{"GAMES/C4", PROGS .. "/games/c4/trunk/c4"},
|
||||
{"TINFO", PROGS .. "/system/tinfo/tinfo"},
|
||||
{"DEVELOP/MSTATE", PROGS .. "/develop/mstate/mstate"},
|
||||
{"GAMES/C4", PROGS .. "/games/c4/trunk/c4"},
|
||||
})
|
||||
end -- tup.getconfig('NO_NASM') ~= 'full'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user