Enable building linuxmscorlib / osxmscorlib with VS2015
authorStephen Toub <stoub@microsoft.com>
Mon, 27 Apr 2015 02:20:06 +0000 (22:20 -0400)
committerStephen Toub <stoub@microsoft.com>
Mon, 27 Apr 2015 16:58:07 +0000 (12:58 -0400)
commit2bac47575e7f78b2e6b3f9d0656572843f459c15
treedee28cf09a263f41767c45062915f0e74ca4c564
parent7fc9feeedbabd0f7991aa519271bdc7bd2f740e0
Enable building linuxmscorlib / osxmscorlib with VS2015

Trying to do "build linuxmscorlib vs2015" was resulting in an error due to the script trying to read %_msbuildexe% when _msbuildexe hadn't been defined.  When that was addressed, mscorlib was then also failing to compile due to the csc compiler not understanding a flag that was being set in the response file based on UseRoslynCompiler not being set.  This commit addresses both issues.
build.cmd
tests/runtest.cmd