From dc505dec482c8a15b52e2de3d2714cd7c6ff39b3 Mon Sep 17 00:00:00 2001 From: Rafael Teixeira Date: Mon, 11 Oct 2004 15:56:58 +0000 Subject: [PATCH] 2004-10-11 Rafael Teixeira * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. svn path=/trunk/mcs/; revision=34869 --- mcs/class/Microsoft.VisualBasic/ChangeLog | 3 +++ mcs/class/Microsoft.VisualBasic/Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/mcs/class/Microsoft.VisualBasic/ChangeLog b/mcs/class/Microsoft.VisualBasic/ChangeLog index fc70b6f79d7..bbc538ab144 100644 --- a/mcs/class/Microsoft.VisualBasic/ChangeLog +++ b/mcs/class/Microsoft.VisualBasic/ChangeLog @@ -1,3 +1,6 @@ +2004-10-11 Rafael Teixeira + * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. + 2004-09-05 Jambunathan K * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs * Makefile: Removed '/unsafe' switch to the C# compiler diff --git a/mcs/class/Microsoft.VisualBasic/Makefile b/mcs/class/Microsoft.VisualBasic/Makefile index e763b2c7261..7e109f9bf6c 100644 --- a/mcs/class/Microsoft.VisualBasic/Makefile +++ b/mcs/class/Microsoft.VisualBasic/Makefile @@ -4,7 +4,7 @@ SUBDIRS = include ../../build/rules.make LIBRARY = Microsoft.VisualBasic.dll -LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll @Microsoft.VisualBasic.dll.resources +LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll /r:System.Windows.Forms.dll @Microsoft.VisualBasic.dll.resources LIB_MCS_FLAGS_RESOURCES = $(LIB_MCS_FLAGS) -- 2.25.1