2003-03-03 Sebastien Pouliot <spouliot@videotron.ca>
authorSebastien Pouliot <sebastien@ximian.com>
Mon, 3 Mar 2003 22:44:33 +0000 (22:44 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Mon, 3 Mar 2003 22:44:33 +0000 (22:44 -0000)
* System.Security_test.build: Updated build file to stop linking
with MS assemblies (and like with Mono's corlib instead).

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

mcs/class/System.Security/Test/ChangeLog
mcs/class/System.Security/Test/System.Security_test.build

index e0f8b6a9622a1136e347bbb19551cbecfac3937d..b9f1d4a054e317680f88c69ed3effccbce8df4b6 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-03  Sebastien Pouliot  <spouliot@videotron.ca>
+
+       * System.Security_test.build: Updated build file to stop linking 
+       with MS assemblies (and like with Mono's corlib instead).
+
 2003-02-19  Sebastien Pouliot  <spouliot@videotron.ca>
 
        * AllTests.cs: Removed. No more required with NUnit2.
index 7bdc2ec74c859658d77fd6bc5a33dc576de7052d..fc227369140e32c7727f8db242b8b3b23ac9666d 100644 (file)
@@ -23,6 +23,7 @@
                                <includes name="..\class\lib\System.Security.dll"/>
                        </references>
                </csc>
+               <copy file="../../lib/corlib.dll" tofile="corlib.dll"/>
                <copy file="../../lib/System.Security.dll" tofile="System.Security.dll"/>
                <copy file="../../lib/System.XML.dll" tofile="System.XML.dll"/>
        </target>
@@ -32,6 +33,7 @@
        </target>
 
        <target name="clean">
+               <delete file="corlib.dll" failonerror="false"/>
                <delete file="System.Security_test.dll" failonerror="false"/>
                <delete file="System.Security.dll" failonerror="false"/>
                <delete file="System.XML.dll" failonerror="false"/>