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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan.mcgovern@gmail.com>2012-07-09 15:10:38 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-07-09 15:11:04 +0400
commit7f8e8ae38cdb7bf0a741d391df982bce0114b81b (patch)
treea743ed41d579d35cbce0000bddafb050ad86b18f /main/external/Makefile.am
parentfdda23b373c1c638a47fd783de66ff9d695bcb7b (diff)
[build] Ensure Sharpen.Unix is built too
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index 31c727001e..c4bde1a147 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -19,6 +19,7 @@ all:
$(MAKE) -C monomac/src
mkdir -p $(OUTPUT)
xbuild /property:CodePage=65001 $(NGIT)
+ XBUILD /property:CodePage=65001 ngit/Sharpen.Unix/Sharpen.Unix.csproj
xbuild /property:CodePage=65001 $(CECIL)
for binary in $(BINARIES); do \
rsync -u $$binary $(OUTPUT)/ || exit 1; \