2004-05-25 Sebastien Pouliot <sebastien@ximian.com>
authorSebastien Pouliot <sebastien@ximian.com>
Wed, 26 May 2004 01:16:57 +0000 (01:16 -0000)
committerSebastien Pouliot <sebastien@ximian.com>
Wed, 26 May 2004 01:16:57 +0000 (01:16 -0000)
* Makefile: changed case on nunit.framework.dll (lowercase)

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

mcs/class/corlib/ChangeLog
mcs/class/corlib/Makefile

index 963024d1f0e670d39a674345552e43d8f4dd6c39..2133d08075c3ca1bf965e9ada4439b01d563218b 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * Makefile: changed case on nunit.framework.dll (lowercase)
+
 2004-05-22  Todd Berman  <tberman@sevenl.net>
 
        * corlib.dll.sources: added Mono/Runtime.cs
index 10423a7995824beaf9547c557fe5ca3eca0014b6..f2db63e5baf6c0513da4bcc4662bdb540f2dc722 100644 (file)
@@ -50,7 +50,7 @@ test_sourcefile = corlib_test.dll.sources
 test_response = $(depsdir)/$(PROFILE)_$(testlib).response
 test_makefrag = $(depsdir)/$(PROFILE)_$(testlib).makefrag
 test_stampfile = $(depsdir)/$(PROFILE)_$(testlib).stamp
-test_nunitfw = $(topdir)/class/lib/$(PROFILE)/NUnit.Framework.dll
+test_nunitfw = $(topdir)/class/lib/$(PROFILE)/nunit.framework.dll
 test_flags = /nowarn:0618 /nowarn:0672 /unsafe /r:$(test_against) /r:$(test_nunitfw)
 
 cmp_response = $(depsdir)/$(PROFILE)_corlib_cmp.dll.response