From 5e5456191c7a22daf5b8f843fb5859a21f38c871 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 6 Nov 2010 20:33:12 +1300 Subject: [PATCH] fix missing assembly reference FileFormats -> System.Windows.Forms in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9451b825f0..ae94f48bfd 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 thirdparty/WindowsBase.dll +fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Sdl.dll System.Windows.Forms.dll thirdparty/WindowsBase.dll gl_SRCS = $(shell find OpenRA.Gl/ -iname '*.cs') gl_TARGET = OpenRA.Gl.dll