2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
authorRafael Teixeira <monoman@gmail.com>
Mon, 11 Oct 2004 15:56:58 +0000 (15:56 -0000)
committerRafael Teixeira <monoman@gmail.com>
Mon, 11 Oct 2004 15:56:58 +0000 (15:56 -0000)
* 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
mcs/class/Microsoft.VisualBasic/Makefile

index fc70b6f79d71831a84a3f2cc9ff768607735db67..bbc538ab144685695ffde088825b55d784132001 100644 (file)
@@ -1,3 +1,6 @@
+2004-10-11 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
+       * Makefile: Added reference to System.Windows.Forms as interface Microsoft.VisualBasic.CompilerServices.IVbHost needs it. 
+       
 2004-09-05  Jambunathan K  <kjambunathan@novell.com>
        * Microsoft.VisualBasic.dll.sources: Added DefaultArgumentValueAttribute.cs
        * Makefile: Removed '/unsafe' switch to the C# compiler
index e763b2c72612ecff7baa4a99b9b7ef96b0d5f797..7e109f9bf6c234dee96622d7be699ff7143bff6e 100644 (file)
@@ -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)