summaryrefslogtreecommitdiff
path: root/build.cmd
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-03-16 07:32:12 -0700
committerGitHub <noreply@github.com>2017-03-16 07:32:12 -0700
commit84aab5f59d023849b9ccdc290e698e4a61ac75a2 (patch)
tree5236a7bea31a0b7deefd1a4f181c2d6cb1ded1aa /build.cmd
parent8f4861922d1761bfcb339d2474fd1b414cec8004 (diff)
downloadcoreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.gz
coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.tar.bz2
coreclr-84aab5f59d023849b9ccdc290e698e4a61ac75a2.zip
Delete mscorlib facade (#10157)
Fixes #7607
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd15
1 files changed, 0 insertions, 15 deletions
diff --git a/build.cmd b/build.cmd
index d8fae6b0a8..f0fbb716fc 100644
--- a/build.cmd
+++ b/build.cmd
@@ -445,24 +445,9 @@ if %__BuildNativeCoreLib% EQU 1 (
goto CrossgenFailure
)
- echo %__MsgPrefix%Generating native image of MScorlib facade for %__BuildOS%.%__BuildArch%.%__BuildType%
-
- set "__CrossGenCoreLibLog=%__LogsDir%\CrossgenMSCoreLib_%__BuildOS%__%__BuildArch%__%__BuildType%.log"
- set "__CrossgenExe=%__CrossComponentBinDir%\crossgen.exe"
-
- "!__CrossgenExe!" /Platform_Assemblies_Paths "%__BinDir%" /out "%__BinDir%\mscorlib.ni.dll" "%__BinDir%\mscorlib.dll" > "!__CrossGenCoreLibLog!" 2>&1
- set err=!errorlevel!
-
if "%__CompatJitCrossgen%"=="1" (
set COMPlus_UseWindowsX86CoreLegacyJit=
)
-
- if NOT !err! == 0 (
- echo %__MsgPrefix%Error: CrossGen mscorlib facade build failed. Refer to !__CrossGenCoreLibLog!
- :: Put it in the same log, helpful for Jenkins
- type %__CrossGenCoreLibLog%
- goto CrossgenFailure
- )
)
if %__BuildPackages% EQU 1 (