Changed default output path for the generator to overwrite OpenTK/Graphics/GL.
This commit is contained in:
parent
dd84fddf19
commit
bfcee69961
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ namespace Bind
|
|||
static Settings() { }
|
||||
|
||||
public const string DefaultInputPath = "../../../Source/Bind/Specifications";
|
||||
public const string DefaultOutputPath = "../../../Source/OpenTK/Graphics/Bindings";
|
||||
public const string DefaultOutputPath = "../../../Source/OpenTK/Graphics/GL";
|
||||
public const string DefaultOutputNamespace = "OpenTK.Graphics";
|
||||
public const string DefaultDocPath = "../../../Source/Bind/Specifications/Docs";
|
||||
public const string DefaultDocFile = "ToInlineDocs.xslt";
|
||||
|
|
Loading…
Reference in a new issue