Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. if tup.getconfig("NO_FASM") ~= "" then return end
  2. tup.rule("setmbr.asm", "fasm %f %o", "setmbr.exe")
  3. tup.rule("inst.asm", "fasm %f %o", "inst.exe")
  4. tup.rule("BOOT_F32.ASM", "fasm %f %o", "BOOT_F32.BIN")
  5. tup.rule("mtldr.asm", "fasm %f %o", "MTLD_F32")
  6.