Sign in
mingw
/
mingw-w64
/
e261bf61d5fddb0c8546c4b62a3edf25d10603fb
/
.
/
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