Subversion Repositories Kolibri OS

Rev

Rev 7619 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
7620 dunkaist 1
if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return end
7618 leency 2
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
3
tup.include(HELPERDIR .. "/use_msvc.lua")
7620 dunkaist 4
tup.append_table(OBJS,
5
  tup.foreach_rule("*.asm", "fasm %f %o", "%B.obj")
6
)
7618 leency 7
compile_msvc{"*.cpp"}