Fixed an issue in corlib Makefile that would make a resource test case fail which...
commit9550e4ce08a471252a245813cc61f751195281dc
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 1 Nov 2013 19:06:44 +0000 (1 20:06 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 1 Nov 2013 19:08:06 +0000 (1 20:08 +0100)
tree8e652c8dd36ef18d0c1a2ab1088ce4cdc6bceeaa
parent53c777d22bb03732c63a3608ce379777ec1b6caf
Fixed an issue in corlib Makefile that would make a resource test case fail which relies on satellite assemblies.
The satellite assembly generated by the Makefile was suffixed with '.Resources.dll', but the assembly loader looks for '.resources.dll', thus the satellite assembly wasn't found.
mcs/class/corlib/Makefile