From: jpbruyere Date: Thu, 14 Apr 2016 10:54:48 +0000 (+0200) Subject: update packages X-Git-Tag: v0.4~70^2 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=7c5032b5c6d4b5d7d8f56576995a441baa9e4faa;p=jp%2Fcrow.git update packages --- diff --git a/OTKCrow/OTKCrow.csproj b/OTKCrow/OTKCrow.csproj index 7b2974d0..f4e1604a 100644 --- a/OTKCrow/OTKCrow.csproj +++ b/OTKCrow/OTKCrow.csproj @@ -10,6 +10,7 @@ v4.5 8.0.30703 2.0 + 0.4 true @@ -31,9 +32,6 @@ - - ..\..\opentk\Binaries\OpenTK\Release\OpenTK.dll - @@ -41,6 +39,12 @@ gtk-sharp-3.0 + + ..\packages\OpenTK.1.1.2225.0\lib\net20\OpenTK.dll + + + ..\..\Chess\build\Debug\GGL.dll + @@ -55,4 +59,8 @@ Crow + + + + \ No newline at end of file diff --git a/OTKCrow/OpenTK.dll.config b/OTKCrow/OpenTK.dll.config new file mode 100644 index 00000000..7098d39e --- /dev/null +++ b/OTKCrow/OpenTK.dll.config @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/OTKCrow/OpenTKGameWindow.cs b/OTKCrow/OpenTKGameWindow.cs index a5ec72bd..73beb67f 100644 --- a/OTKCrow/OpenTKGameWindow.cs +++ b/OTKCrow/OpenTKGameWindow.cs @@ -103,6 +103,7 @@ namespace Crow // public OpenTKGameWindow(int _width, int _height, string _title="golib") // : base(_width, _height, new OpenTK.Graphics.GraphicsMode(32, 24, 0, 8), _title) { + CrowInterface = new Interface (); Thread t = new Thread (interfaceThread); t.IsBackground = true; t.Start (); diff --git a/OTKCrow/packages.config b/OTKCrow/packages.config new file mode 100644 index 00000000..6e6f39d4 --- /dev/null +++ b/OTKCrow/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file