diff --git a/Makefile b/Makefile index 507327fd28..e72c224f28 100644 --- a/Makefile +++ b/Makefile @@ -8,13 +8,12 @@ COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll fileformats_SRCS = $(shell find OpenRa.FileFormats/ -iname '*.cs') fileformats_TARGET = OpenRa.FileFormats.dll fileformats_KIND = library -fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Glfw.dll +fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Sdl.dll gl_SRCS = $(shell find OpenRa.Gl/ -iname '*.cs') gl_TARGET = OpenRa.Gl.dll gl_KIND = library -gl_DEPS = $(fileformats_TARGET) $(game_TARGET) \ - thirdparty/Tao/Tao.Glfw.dll +gl_DEPS = $(fileformats_TARGET) $(game_TARGET) gl_LIBS = $(COMMON_LIBS) System.Windows.Forms.dll \ thirdparty/Tao/Tao.Cg.dll thirdparty/Tao/Tao.OpenGl.dll thirdparty/Tao/Tao.Sdl.dll thirdparty/ISE.FreeType.dll \ $(gl_DEPS) $(game_TARGET) diff --git a/OpenRa.FileFormats/OpenRa.FileFormats.csproj b/OpenRa.FileFormats/OpenRa.FileFormats.csproj index 7449e44fa4..aa04f7584a 100644 --- a/OpenRa.FileFormats/OpenRa.FileFormats.csproj +++ b/OpenRa.FileFormats/OpenRa.FileFormats.csproj @@ -1,4 +1,4 @@ - + Debug @@ -46,10 +46,6 @@ - - False - ..\thirdparty\Tao\Tao.Glfw.dll - diff --git a/OpenRa.FileFormats/Support/Stopwatch.cs b/OpenRa.FileFormats/Support/Stopwatch.cs index a8a3463164..5eddc266f2 100755 --- a/OpenRa.FileFormats/Support/Stopwatch.cs +++ b/OpenRa.FileFormats/Support/Stopwatch.cs @@ -18,10 +18,7 @@ */ #endregion -using System.Runtime.InteropServices; -using Tao.Glfw; using Tao.Sdl; - namespace OpenRa.Support { public class Stopwatch diff --git a/thirdparty/Tao/Tao.Glfw.dll b/thirdparty/Tao/Tao.Glfw.dll deleted file mode 100755 index 028295d71a..0000000000 Binary files a/thirdparty/Tao/Tao.Glfw.dll and /dev/null differ diff --git a/thirdparty/Tao/Tao.Glfw.dll.config b/thirdparty/Tao/Tao.Glfw.dll.config deleted file mode 100755 index c349e32ae4..0000000000 --- a/thirdparty/Tao/Tao.Glfw.dll.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - -