Browse Source

Generate the CLI parser bindings by default.

pull/86/head
triton 12 years ago
parent
commit
72f1289c25
  1. 2
      src/CppParser/Bindings/ParserGen.cs

2
src/CppParser/Bindings/ParserGen.cs

@ -68,11 +68,9 @@ namespace CppSharp @@ -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));

Loading…
Cancel
Save