2002-12-23 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Mon, 23 Dec 2002 01:14:01 +0000 (01:14 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Mon, 23 Dec 2002 01:14:01 +0000 (01:14 -0000)
* System_test.build: Fix build.  Need to link with System.Xml.dll

svn path=/trunk/mcs/; revision=9837

mcs/class/System/Test/ChangeLog
mcs/class/System/Test/System_test.build

index 3ac83370cbc2e12dca7d0ddf03fc46d241e6d3e1..5ba53187af5db1ca94edadfdfc683f4ce3ee2d98 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-23  Nick Drochak  <ndrochak@gol.com>
+
+       * System_test.build: Fix build.  Need to link with System.Xml.dll
+
 2002-12-20 Jonathan Pryor <jonpryor@vt.edu>
 
        * makefile.gnu: Add System.Xml.dll to list of referenced assemblies
index 0e4f7d71189fb668b6cb64decba158839e8fbef5..70e120951541fa4625f72e252d31752e9c85bf94 100644 (file)
@@ -20,8 +20,9 @@
                                <includes name="NUnitCore_mono.dll"/>
                        </references>
 
-                       <arg value="/r:.\System.dll"/>
+                       <arg value="/r:..\..\lib\System.dll"/>
                        <arg value="/r:..\..\lib\corlib.dll"/>
+                       <arg value="/r:..\..\lib\System.Xml.dll"/>
                        <arg value="/nowarn:1595"/>
                        <arg value="/nostdlib"/>        <!-- don't reference mscorlib -->
                        <arg value="/noconfig"/>        <!-- don't reference ms assemblies -->
@@ -36,7 +37,8 @@
                        </references>
 
                        <arg value="/noconfig"/>
-                       <arg value="/r:.\System.dll"/>
+                       <arg value="/r:..\..\lib\System.dll"/>
+                       <arg value="/r:..\..\lib\System.Xml.dll"/>
                </csc>
 
        </target>