Display configuration in Visual C makefile

This commit is contained in:
David Brown 2016-12-22 14:55:03 +00:00
parent 4dac1f29d5
commit b66d7bf2ef
2 changed files with 2 additions and 1 deletions

View file

@ -21,7 +21,7 @@
cl -nologo -Isrc\runtime src\tools\make\configure.c >msc-listing || type msc-listing
setlocal
configure.exe >nul
configure.exe
del configure.obj configure.exe 2>nul

View file

@ -31,3 +31,4 @@ if test "$3" = "msc-x64"; then
else
$sudo make full
fi
fi