Browse Source

2003-03-31 Alan Tam <[email protected]>

        * System.Design.build: added reference to System.Windows.Forms
        and System.Drawing assemblies

svn path=/trunk/mcs/; revision=12952
Alan Tam 23 years ago
parent
commit
07c2636759
2 changed files with 7 additions and 0 deletions
  1. 5 0
      mcs/class/System.Design/ChangeLog
  2. 2 0
      mcs/class/System.Design/System.Design.build

+ 5 - 0
mcs/class/System.Design/ChangeLog

@@ -1,3 +1,8 @@
+2003-03-31  Alan Tam <[email protected]>
+
+	* System.Design.build: added reference to System.Windows.Forms
+	and System.Drawing assemblies
+
 2003-03-29  Martin Willemoes Hansen
 
 	* Stubed System.ComponentModel.Design

+ 2 - 0
mcs/class/System.Design/System.Design.build

@@ -17,7 +17,9 @@
 			<arg value="/nowarn:0162"/> <!-- unreachable code -->
 			<arg value="/noconfig"/>
 			<arg value="/debug"/>
+			<arg value="/r:System.Drawing.dll"/>
 			<arg value="/r:System.Web.dll"/>
+			<arg value="/r:System.Windows.Forms.dll"/>
 			<arg value="/r:System.dll"/>
 			<sources>
 				<includes name="**/*.cs"/>