Subversion Repositories Kolibri OS

Rev

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

  1. if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return end
  2. HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
  3. tup.include(HELPERDIR .. "/use_msvc.lua")
  4. tup.append_table(OBJS,
  5.   tup.foreach_rule("*.asm", "fasm %f %o", "%B.obj")
  6. )
  7. compile_msvc{"*.cpp"}
  8. link_msvc("graph")
  9.