Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
751b86fa
Commit
751b86fa
authored
Jan 10, 2017
by
atraczyk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add UWP support for opendht
Change-Id: Icfaf6afb1813619ce8119cc4bb1d224db55e9976 Tuleap: #790
parent
84510ece
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
.gitignore
.gitignore
+3
-0
contrib/src/opendht/fetch_and_patch.bat
contrib/src/opendht/fetch_and_patch.bat
+14
-0
No files found.
.gitignore
View file @
751b86fa
...
...
@@ -96,6 +96,9 @@ nbproject
/extras/tools/check_sed
/extras/tools/libtool-*.tar.xz
#UWP
/contrib/build/
#iOS
/build-ios*
...
...
contrib/src/opendht/fetch_and_patch.bat
0 → 100644
View file @
751b86fa
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment