diff --git a/Makefile b/Makefile index 16bec68de8..02014c80a8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ 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.Sdl.dll +fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Sdl.dll WindowsBase.dll gl_SRCS = $(shell find OpenRA.Gl/ -iname '*.cs') gl_TARGET = OpenRA.Gl.dll