contrib: add UWP support for opendht

Change-Id: Icfaf6afb1813619ce8119cc4bb1d224db55e9976
Tuleap: #790
This commit is contained in:
atraczyk
2017-01-10 13:40:38 -05:00
parent 84510ece65
commit 751b86fabd
2 changed files with 17 additions and 0 deletions

3
.gitignore vendored
View File

@ -96,6 +96,9 @@ nbproject
/extras/tools/check_sed
/extras/tools/libtool-*.tar.xz
#UWP
/contrib/build/
#iOS
/build-ios*

View File

@ -0,0 +1,14 @@
set BUILD=..\..\build
set SRC=%~dp0%~1
set OPENDHT_VERSION=e7295bac7b57540905e287a37904c615de971392
set OPENDHT_URL="https://github.com/savoirfairelinux/opendht.git"
mkdir %BUILD%
cd %BUILD%
git clone %OPENDHT_URL%
cd opendht
git checkout %OPENDHT_VERSION%
cd %SRC%