From 72f1289c253faa066691cefa11b815ea95ea53ac Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 25 Oct 2013 01:39:39 +0100 Subject: [PATCH] Generate the CLI parser bindings by default. --- src/CppParser/Bindings/ParserGen.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/CppParser/Bindings/ParserGen.cs b/src/CppParser/Bindings/ParserGen.cs index 0b35689f..5b749e2a 100644 --- a/src/CppParser/Bindings/ParserGen.cs +++ b/src/CppParser/Bindings/ParserGen.cs @@ -68,11 +68,9 @@ namespace CppSharp public static void Main(string[] args) { -#if CLI Console.WriteLine("Generating the C++/CLI parser bindings..."); ConsoleDriver.Run(new ParserGen(GeneratorKind.CLI)); Console.WriteLine(); -#endif Console.WriteLine("Generating the C# parser bindings..."); ConsoleDriver.Run(new ParserGen(GeneratorKind.CSharp));