summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-06-01 21:33:41 -0700
committerRichard Lander <rlander@microsoft.com>2015-06-01 21:40:54 -0700
commit01cf43dfe666aa09b430ce72762e71e6da5f23e4 (patch)
treed4e33890382aecdefd5c30bbce1a4365a5ce45c9 /build.cmd
parent2ff687cd797c2d7304673ebcf4c7f630eefbcd81 (diff)
downloadcoreclr-01cf43dfe666aa09b430ce72762e71e6da5f23e4.tar.gz
coreclr-01cf43dfe666aa09b430ce72762e71e6da5f23e4.tar.bz2
coreclr-01cf43dfe666aa09b430ce72762e71e6da5f23e4.zip
Re-work wiki as Repo docs
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.cmd b/build.cmd
index 643ecd4043..049f76b918 100644
--- a/build.cmd
+++ b/build.cmd
@@ -95,14 +95,14 @@ goto CheckVS
:: Check presence of VS
if defined VS%__VSProductVersion%COMNTOOLS goto CheckVSExistence
echo Visual Studio 2013 Community (free) is a pre-requisite to build this repository.
-echo See: https://github.com/dotnet/coreclr/wiki/Developer-Guide#prerequisites
+echo See: https://github.com/dotnet/coreclr/blob/master/Documentation/developer-guide.md#prerequisites
exit /b 1
:CheckVSExistence
:: Does VS 2013 or VS 2015 really exist?
if exist "!VS%__VSProductVersion%COMNTOOLS!\..\IDE\devenv.exe" goto CheckMSBuild
echo Visual Studio 2013 Community (free) is a pre-requisite to build this repository.
-echo See: https://github.com/dotnet/coreclr/wiki/Developer-Guide#prerequisites
+echo See: https://github.com/dotnet/coreclr/blob/master/Documentation/developer-guide.md#prerequisites
exit /b 1
:CheckMSBuild
@@ -120,7 +120,7 @@ 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 Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/wiki/Developer%%20Guide for build instructions. && exit /b 1
+if not exist %_msbuildexe% echo Error: Could not find MSBuild.exe. Please see https://github.com/dotnet/coreclr/blob/master/developer-guide.md for build instructions. && exit /b 1
:: All set to commence the build
@@ -141,7 +141,7 @@ of previous version to "%VSINSTALLDIR%" and then resume build.
:: DIA SDK not included in Express editions
echo Visual Studio 2013 Express does not include the DIA SDK. ^
You need Visual Studio 2013 Community (free).
-echo See: https://github.com/dotnet/coreclr/wiki/Developer-Guide#prerequisites
+echo See: https://github.com/dotnet/coreclr/blob/master/Documentation/developer-guide.md#prerequisites
exit /b 1
:GenVSSolution