From 60e038191307535ea6c073b8fb249dce45b071f7 Mon Sep 17 00:00:00 2001 From: Brian Sullivan Date: Thu, 29 Jun 2017 15:57:40 -0700 Subject: Implement a /verbose flag to show the verbose output from crossgen Added info on /verbose option to PrintUsageHelper() Convert printf(ascii) to wide strings in methodtable.cpp In build.cmd echo the crossgen /CreatePdb command line --- build.cmd | 1 + 1 file changed, 1 insertion(+) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index e705d31efb..11b9181699 100644 --- a/build.cmd +++ b/build.cmd @@ -455,6 +455,7 @@ if %__BuildNativeCoreLib% EQU 1 ( type %__CrossGenCoreLibLog% goto CrossgenFailure ) + echo "%__CrossgenExe%" /Platform_Assemblies_Paths "%__BinDir%" /CreatePdb "%__BinDir%\PDB" "%__BinDir%\System.Private.CoreLib.dll" "%__CrossgenExe%" /Platform_Assemblies_Paths "%__BinDir%" /CreatePdb "%__BinDir%\PDB" "%__BinDir%\System.Private.CoreLib.dll" >> "%__CrossGenCoreLibLog%" 2>&1 if NOT !errorlevel! == 0 ( echo %__MsgPrefix%Error: CrossGen /CreatePdb System.Private.CoreLib build failed. Refer to %__CrossGenCoreLibLog% -- cgit v1.2.3