mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
Display configuration in Visual C makefile
This commit is contained in:
parent
4dac1f29d5
commit
b66d7bf2ef
2 changed files with 2 additions and 1 deletions
2
make.cmd
2
make.cmd
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
cl -nologo -Isrc\runtime src\tools\make\configure.c >msc-listing || type msc-listing
|
cl -nologo -Isrc\runtime src\tools\make\configure.c >msc-listing || type msc-listing
|
||||||
setlocal
|
setlocal
|
||||||
configure.exe >nul
|
configure.exe
|
||||||
del configure.obj configure.exe 2>nul
|
del configure.obj configure.exe 2>nul
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,3 +31,4 @@ if test "$3" = "msc-x64"; then
|
||||||
else
|
else
|
||||||
$sudo make full
|
$sudo make full
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue