Browse Source

Added some more driver options.

pull/1/head
triton 13 years ago
parent
commit
08a4e39e71
  1. 3
      src/Generator/Driver.cs

3
src/Generator/Driver.cs

@ -83,6 +83,7 @@ namespace Cxxi @@ -83,6 +83,7 @@ namespace Cxxi
IncludeDirs = new List<string>();
Headers = new List<string>();
Assembly = string.Empty;
GeneratorKind = LanguageGeneratorKind.CSharp;
}
public bool Verbose = false;
@ -97,5 +98,7 @@ namespace Cxxi @@ -97,5 +98,7 @@ namespace Cxxi
public string Template;
public string Assembly;
public int ToolsetToUse;
public string WrapperSuffix;
public LanguageGeneratorKind GeneratorKind;
}
}
Loading…
Cancel
Save