Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Lib
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2011-10-20 20:01:30 +0400
committernulltoken <emeric.fermas@gmail.com>2011-10-23 15:00:18 +0400
commit52de337df846ccc8e20f83dc9b1bffccbe55fd51 (patch)
tree43421578f7b1870c52f2d632a1e506ea29e62605 /Lib
parent0200e5f65c09548b36de03277f31b106ac7f658a (diff)
Change the tree structure into which libgit2 binaries are located in order to be able to dynamically bind against 32 or 64 bits version of libgit2
Should partially fix issue #70.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/NativeBinaries/amd64/dummy.txt1
-rw-r--r--Lib/NativeBinaries/x86/git2.dll (renamed from Lib/git2.dll)bin271360 -> 271360 bytes
-rw-r--r--Lib/NativeBinaries/x86/git2.pdb (renamed from Lib/git2.pdb)bin1806336 -> 1806336 bytes
3 files changed, 1 insertions, 0 deletions
diff --git a/Lib/NativeBinaries/amd64/dummy.txt b/Lib/NativeBinaries/amd64/dummy.txt
new file mode 100644
index 00000000..8fa586a8
--- /dev/null
+++ b/Lib/NativeBinaries/amd64/dummy.txt
@@ -0,0 +1 @@
+Here will be placed the x64 binaries of libgit2 \ No newline at end of file
diff --git a/Lib/git2.dll b/Lib/NativeBinaries/x86/git2.dll
index 2f07707e..2f07707e 100644
--- a/Lib/git2.dll
+++ b/Lib/NativeBinaries/x86/git2.dll
Binary files differ
diff --git a/Lib/git2.pdb b/Lib/NativeBinaries/x86/git2.pdb
index 108bfd92..108bfd92 100644
--- a/Lib/git2.pdb
+++ b/Lib/NativeBinaries/x86/git2.pdb
Binary files differ