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-05-04 03:56:48 +0400
committerAlan McGovern <alan.mcgovern@gmail.com>2012-06-26 18:24:09 +0400
commit3824e16bb8e31f0351ccd0bfe3de0f986c1eb38f (patch)
tree94107bc55fe5e5705e34c7bd97f21cedeaaaa899 /main/external/Makefile.am
parent16268f290ed1084ab45d3403bfff00e9b7bad7bc (diff)
[Build] Change the build system to use xbuild instead of makefiles""
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 b25423ed64..1bfab4b5a9 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -16,6 +16,7 @@ BINARIES = $(CECIL_BINARIES) $(NGIT_BINARIES)
OUTPUT=$(top_builddir)/build/bin
all:
+ $(MAKE) -C monomac/src
mkdir -p $(OUTPUT)
xbuild /property:CodePage=65001 $(NGIT)
xbuild /property:CodePage=65001 $(CECIL)