From 14b90d0a8821a18bd672e93e8367f1838bba6b74 Mon Sep 17 00:00:00 2001 From: triton Date: Thu, 2 Jan 2014 15:20:16 +0000 Subject: [PATCH] Fixed the ParserGen build script to use the SetupParser helper function. --- src/CppParser/Bindings/premake4.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/CppParser/Bindings/premake4.lua b/src/CppParser/Bindings/premake4.lua index 1ceac516..08c51794 100644 --- a/src/CppParser/Bindings/premake4.lua +++ b/src/CppParser/Bindings/premake4.lua @@ -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"