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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2016-11-04 02:22:49 +0300
committerEugene Rozenfeld <erozen@microsoft.com>2016-11-07 22:27:31 +0300
commitd5235d4c362db45cc1258056cc94fd1f5c8d3aa4 (patch)
tree53a748ef9e68fbd6b29678180ff7d825b5be16b3 /.gitmodules
parente13da0a904c3bc932e1ee80fe8e0a064ee11f583 (diff)
Add cecil as a submodule.
Fix Mono.Linker.csproj to point to the new location of cecil. Add v4.5 as target of Mono.Linker.
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 000000000..93bc22c64
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "cecil"]
+ path = cecil
+ url = git://github.com/mono/cecil.git