Sign in
mingw
/
mingw-w64
/
4a306baa4a206c9314bdc129e98abfa1aebe2b0e
/
.
/
mingw-w64-crt
/
math
/
DFP
/
mpdecimal-2.3
/
tests
/
getdn.bat
blob: b8d78fa2fd3482ebda538f1668c8ba28485af7b3 [
file
] [
log
] [
blame
]
@ECHO
OFF
if
exist decNumber
goto
END
wget
-
nv http
:
//download.icu-project.org/files/decNumber/decNumber-icu-368.zip
unzip
-
qq decNumber
-
icu
-
368.zip
cd decNumber
patch
<
..
\dnloop
-
windows
.
patch
cd
..
:
END