2014-09-12 17:15:23 +02:00
|
|
|
if tup.getconfig("NO_FASM") ~= "" or tup.getconfig("NO_MSVC") ~= "" then return end
|
|
|
|
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../.." or tup.getconfig("HELPERDIR")
|
|
|
|
tup.include(HELPERDIR .. "/use_msvc.lua")
|
2018-10-18 22:08:52 +02:00
|
|
|
compile_msvc{"rforces.cpp", "kosFile.cpp", "kosSyst.cpp", "mcsmemm.cpp"}
|
2014-09-12 17:15:23 +02:00
|
|
|
link_msvc("rforces")
|