From 08a4e39e71a687e38b4c340b9c63a99dfde03c8c Mon Sep 17 00:00:00 2001 From: triton Date: Wed, 6 Feb 2013 22:08:54 +0000 Subject: [PATCH] Added some more driver options. --- src/Generator/Driver.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 34354275..1cb75398 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -83,6 +83,7 @@ namespace Cxxi IncludeDirs = new List(); Headers = new List(); Assembly = string.Empty; + GeneratorKind = LanguageGeneratorKind.CSharp; } public bool Verbose = false; @@ -97,5 +98,7 @@ namespace Cxxi public string Template; public string Assembly; public int ToolsetToUse; + public string WrapperSuffix; + public LanguageGeneratorKind GeneratorKind; } } \ No newline at end of file