summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorJames Ko <jamesqko@gmail.com>2016-04-03 18:12:27 -0400
committerJames Ko <jamesqko@gmail.com>2016-04-03 18:12:27 -0400
commit7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad (patch)
tree4af981f5fe5f279a32e0c302c94304696c7693c1 /build.cmd
parent48ce56b9fcd1b5edf5ca28f83d7b623b71e5c925 (diff)
downloadcoreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.tar.gz
coreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.tar.bz2
coreclr-7dfeac95b92db995921ac7fa8dfb5f7e9afd3bad.zip
Remove UseRoslynCompiler variable from the build system
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.cmd b/build.cmd
index be2a73c3b5..9b8362c8c0 100644
--- a/build.cmd
+++ b/build.cmd
@@ -19,8 +19,6 @@ set __ThisScriptPath="%~dp0"
:: __TestWorkingDir -- default: %__RootBinDir%\tests\%__BuildOS%.%__BuildArch.%__BuildType%\
::
:: Thus, these variables are not simply internal to this script!
-::
-:: The UseRoslynCompiler variable is used by src\mscorlib\GenerateCompilerResponseFile.targets.
:: Set the default arguments for build
set __BuildArch=x64
@@ -239,7 +237,6 @@ if not exist "%__VSToolsRoot%\VsDevCmd.bat" goto NoVS
:MSBuild14
set _msbuildexe="%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe"
-set UseRoslynCompiler=true
:CheckMSBuild14
if not exist %_msbuildexe% set _msbuildexe="%ProgramFiles%\MSBuild\14.0\Bin\MSBuild.exe"
if not exist %_msbuildexe% echo %__MsgPrefix%Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/developer-guide.md for build instructions. && exit /b 1