Changed default output path for the generator to overwrite OpenTK/Graphics/GL.

This commit is contained in:
the_fiddler 2009-04-12 17:08:16 +00:00
parent dd84fddf19
commit bfcee69961

View file

@ -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";