Browse Source

Added missing SetupParser() function to the build scripts.

pull/86/head
triton 12 years ago
parent
commit
24184ca0fa
  1. 7
      build/premake4.lua

7
build/premake4.lua

@ -10,6 +10,13 @@ dofile "Tests.lua" @@ -10,6 +10,13 @@ dofile "Tests.lua"
-- Setup the LLVM dependency
dofile "LLVM.lua"
function SetupParser()
local c = configuration "vs*"
defines { "OLD_PARSER" }
links { "CppSharp.Parser" }
configuration(c)
end
solution "CppSharp"
configurations { "Debug", "Release" }

Loading…
Cancel
Save