Browse Source

Fixed the ParserGen build script to use the SetupParser helper function.

pull/146/merge
triton 12 years ago
parent
commit
14b90d0a88
  1. 6
      src/CppParser/Bindings/premake4.lua

6
src/CppParser/Bindings/premake4.lua

@ -8,11 +8,7 @@ project "CppSharp.Parser.Gen" @@ -8,11 +8,7 @@ project "CppSharp.Parser.Gen"
files { "ParserGen.cs", "*.lua" }
links { "CppSharp.AST", "CppSharp.Generator" }
configuration { "vs*" }
links { "CppSharp.Parser" }
configuration { "not vs*" }
links { "CppSharp.Parser.CSharp" }
SetupParser()
project "CppSharp.Parser.CSharp"

Loading…
Cancel
Save