upload graph which is using table libraries

git-svn-id: svn://kolibrios.org@7618 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2019-03-27 13:23:24 +00:00
parent 1c44dc6828
commit 781d36bc91
19 changed files with 4432 additions and 0 deletions
@@ -0,0 +1,5 @@
if tup.getconfig("NO_MSVC") ~= "" then return end
HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../.." or tup.getconfig("HELPERDIR")
tup.include(HELPERDIR .. "/use_msvc.lua")
compile_msvc{"*.cpp"}
link_msvc("graph")