Skip to content
Snippets Groups Projects
Commit 751b86fa authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

contrib: add UWP support for opendht

Change-Id: Icfaf6afb1813619ce8119cc4bb1d224db55e9976
Tuleap: #790
parent 84510ece
Branches
Tags
No related merge requests found
......@@ -96,6 +96,9 @@ nbproject
/extras/tools/check_sed
/extras/tools/libtool-*.tar.xz
#UWP
/contrib/build/
#iOS
/build-ios*
......
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%
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment