From 4afe3261aef77171b54723f6451aadadf4f62678 Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Mon, 6 Jan 2003 01:44:49 +0000 Subject: [PATCH] Add a reference to System.Drawing. svn path=/trunk/gtk-sharp/; revision=10195 --- gdk/Makefile.in | 2 +- gdk/makefile.win32 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gdk/Makefile.in b/gdk/Makefile.in index 109339687..85ff0d5a7 100755 --- a/gdk/Makefile.in +++ b/gdk/Makefile.in @@ -9,7 +9,7 @@ windows: linux: gdk-sharp.dll gdk-sharp.dll: *.cs generated/*.cs - $(MCS) --unsafe --target library -L ../glib -L ../pango -L ../atk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -o gdk-sharp.dll --recurse '*.cs' + $(MCS) --unsafe --target library -r System.Drawing -L ../glib -L ../pango -L ../atk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -o gdk-sharp.dll --recurse '*.cs' clean: rm -f *.dll diff --git a/gdk/makefile.win32 b/gdk/makefile.win32 index 2f6e6c253..4d901d422 100644 --- a/gdk/makefile.win32 +++ b/gdk/makefile.win32 @@ -3,7 +3,7 @@ all: windows windows: cat *.cs generated/*.cs > allthesource.cs ../mapdllnames.pl allthesource.cs - $(CSC) /unsafe /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll allthesource.cs + $(CSC) /unsafe /target:library /r:System.Drawing.dll /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll /out:gdk-sharp.dll allthesource.cs rm allthesource.cs docs: