2002-03-29 Nick Drochak <ndrochak@gol.com>
authorNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 29 Mar 2003 16:16:27 +0000 (16:16 -0000)
committerNick Drochak <nickd@mono-cvs.ximian.com>
Sat, 29 Mar 2003 16:16:27 +0000 (16:16 -0000)
* makefile.gnu: link from where the dll is placed now

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

mcs/class/System/Test/ChangeLog
mcs/class/System/Test/makefile.gnu

index 97e7eb656fc0411dbb03afe32250ea4e00088af4..4832133889a1bc3e3917a6754606b148c229df09 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-29  Nick Drochak  <ndrochak@gol.com>
+
+       * makefile.gnu: link from where the dll is placed now
+
 2002-03-29  Nick Drochak  <ndrochak@gol.com>
 
        * BasicOperationsTest.cs: Moved into proper subdir
index b4e5bbff6f4526b071735c1110f5ee6ed41eb4be..70a467f551173892aea3b0da1d2142617816145f 100644 (file)
@@ -7,7 +7,7 @@ LIB_FLAGS =     \
                -r $(topdir)/class/lib/corlib.dll \
                -r $(topdir)/class/lib/System.dll \
                -r $(topdir)/class/lib/System.Xml.dll \
-               -r $(topdir)/nunit20/NUnit.Framework.dll
+               -r $(topdir)/class/lib/NUnit.Framework.dll
 
 ifdef SUBDIR
 USE_SOURCE_RULES=1