Subversion Repositories Kolibri OS

Rev

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

Rev 6906 Rev 6952
Line 516... Line 516...
516
end -- tup.getconfig('NO_FASM') ~= 'full'
516
end -- tup.getconfig('NO_FASM') ~= 'full'
Line 517... Line 517...
517
 
517
 
518
-- Programs that require NASM to compile.
518
-- Programs that require NASM to compile.
519
if tup.getconfig('NO_NASM') ~= 'full' then
519
if tup.getconfig('NO_NASM') ~= 'full' then
-
 
520
tup.append_table(img_files, {
-
 
521
 {"LOD", PROGS .. "/fs/lod/lod"},
520
tup.append_table(img_files, {
522
 {"TINFO", PROGS .. "/system/tinfo/tinfo"},
521
 {"DEMOS/ACLOCK", PROGS .. "/demos/aclock/trunk/aclock"},
523
 {"DEMOS/ACLOCK", PROGS .. "/demos/aclock/trunk/aclock"},
522
 {"DEMOS/TIMER", PROGS .. "/other/Timer/timer"},
-
 
523
 {"GAMES/C4", PROGS .. "/games/c4/trunk/c4"},
-
 
524
 {"TINFO", PROGS .. "/system/tinfo/tinfo"},
524
 {"DEMOS/TIMER", PROGS .. "/other/Timer/timer"},
-
 
525
 {"DEVELOP/MSTATE", PROGS .. "/develop/mstate/mstate"},
525
 {"DEVELOP/MSTATE", PROGS .. "/develop/mstate/mstate"},
526
 {"GAMES/C4", PROGS .. "/games/c4/trunk/c4"},
526
})
527
})
Line 527... Line 528...
527
end -- tup.getconfig('NO_NASM') ~= 'full'
528
end -- tup.getconfig('NO_NASM') ~= 'full'
528
 
529