Build system updates.

This commit is contained in:
the_fiddler 2006-11-05 13:08:15 +00:00
parent 22f6a0533c
commit 593d7460dd
4 changed files with 21 additions and 14 deletions

View file

@ -437,7 +437,6 @@ namespace OpenTK
#endregion #endregion
} }
#region Old Code #region Old Code
/* /*

View file

@ -21,6 +21,18 @@ namespace OpenTK.OpenGL
#endregion #endregion
#region --- Constructors ---
/// <summary>
/// Allocates a new DisplayList.
/// </summary>
public DisplayList()
{
Id = GL.GenLists(1);
}
#endregion
#region --- Public properties --- #region --- Public properties ---
/// <summary> /// <summary>
@ -34,19 +46,7 @@ namespace OpenTK.OpenGL
#endregion #endregion
#region --- Constructors --- #region --- Public methods ---
/// <summary>
/// Allocates a new DisplayList.
/// </summary>
public DisplayList()
{
Id = GL.GenLists(1);
}
#endregion
#region --- Public functions ---
/// <summary> /// <summary>
/// Starts recording elements into the display list. /// Starts recording elements into the display list.

View file

@ -1,4 +1,5 @@
OpenTK 0.3.5 -> 0.3.6 OpenTK 0.3.5 -> 0.3.6
+ Updated the build system to include txt files in the project generation.
+ OpenTK.OpenGL (High level) + OpenTK.OpenGL (High level)
+ Added the DisplayList class. + Added the DisplayList class.
+ OpenTK.Examples.OpenGL + OpenTK.Examples.OpenGL

View file

@ -21,6 +21,13 @@
</Options> </Options>
</Configuration> </Configuration>
<Files>
<File>.\Todo.txt</File>
<File>.\Release.txt</File>
<File>.\Changelog.txt</File>
<File>.\License.txt</File>
</Files>
<Project name="OpenTK.Platform.Windows" path=".\Source\Platform\Windows" language="C#" type="Library"> <Project name="OpenTK.Platform.Windows" path=".\Source\Platform\Windows" language="C#" type="Library">
<Configuration name="Debug"> <Configuration name="Debug">