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