Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5098 clevermous 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")