From d4033f57bc0b0d3f798a1143b65125675e40d996 Mon Sep 17 00:00:00 2001 From: Matthew Date: Tue, 28 Dec 2010 23:10:44 +1300 Subject: [PATCH] Fix Makefile for Ubuntu. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 94cd44d314..1c62b00a9f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ CSC = gmcs CSFLAGS = -nologo -warn:4 -debug:+ -debug:full -optimize- -codepage:utf8 -unsafe DEFINE = DEBUG;TRACE -COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll +COMMON_LIBS = System.dll System.Core.dll System.Drawing.dll System.Xml.dll thirdparty/ICSharpCode.SharpZipLib.dll PHONY = core tools package all mods clean distclean .SUFFIXES: @@ -21,7 +21,7 @@ fileformats_SRCS = $(shell find OpenRA.FileFormats/ -iname '*.cs') fileformats_TARGET = OpenRA.FileFormats.dll #fileformats_DEPS = fixheader fileformats_KIND = library -fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Sdl.dll System.Windows.Forms.dll thirdparty/ICSharpCode.SharpZipLib.dll +fileformats_LIBS = $(COMMON_LIBS) thirdparty/Tao/Tao.Sdl.dll System.Windows.Forms.dll PROGRAMS = fileformats fileformats: $(fileformats_TARGET) @@ -256,4 +256,4 @@ install: all uninstall: @-rm -r $(INSTALL_DIR) - @-rm $(DESTDIR)$(bindir)/openra \ No newline at end of file + @-rm $(DESTDIR)$(bindir)/openra