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