Sign in
◑
Theme
mingw
/
mingw-w64
/
ec1ff7764fbea4eefbb290c9ba888af3386ede8e
/
.
/
mingw-w64-crt
/
math
/
DFP
/
mpdecimal
/
vcbuild
/
vcclean.bat
blob: 981980eed693a1f5be5becce1594420d3c412e16 [
file
]
@ECHO
off
call vcvarsall x64
cd
..
\libmpdec
if
exist
Makefile
nmake clean
cd
..
\vcbuild
if
exist dist64 rd
/
q
/
s dist64
if
exist dist32 rd
/
q
/
s dist32