Respect the user's output path/file settings.
This commit is contained in:
parent
e9505ccb96
commit
c412f93700
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ namespace Bind.GL2
|
|||
Settings.DelegatesClass = "Delegates";
|
||||
|
||||
Settings.OutputClass = "GL";
|
||||
Settings.OutputNamespace = "OpenTK.Graphics.OpenGL";
|
||||
Settings.OutputPath = "../../../Source/OpenTK/Graphics/OpenGL";
|
||||
Settings.DefaultOutputNamespace = "OpenTK.Graphics.OpenGL";
|
||||
Settings.DefaultOutputPath = "../../../Source/OpenTK/Graphics/OpenGL";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue