Subversion Repositories Kolibri OS

Rev

Rev 8091 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8091 Rev 8117
Line 1... Line 1...
1
if tup.getconfig("NO_FASM") ~= "" then return end
1
if tup.getconfig("NO_FASM") ~= "" then return end
2
tup.rule("bootsect.asm", "fasm %f %o", "bootsect.bin")
2
tup.rule("bootsect.asm", "fasm %f %o", "bootsect.bin")
3
tup.rule("kordldr.f32.asm", "fasm %f %o", "kordldr.f32.bin")
3
tup.rule("kordldr.f32.asm", "fasm %f %o", "kordldr.f32")