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@xamarin.com>2014-11-07 18:29:02 +0300
committerAlan McGovern <alan@xamarin.com>2014-11-07 18:29:02 +0300
commitbacc199703afa76f7a05ccd10c380fa9f0160a5c (patch)
tree75ef07070b6ab24e653a4e87fa09a33ba6638739 /main/external/Makefile.am
parent5d763b95dc9aa153a05d705585d053669748ef14 (diff)
Restore the code to compile monomac.dll
We still need this for the MonoDevelop.MonoMac addin.
Diffstat (limited to 'main/external/Makefile.am')
-rw-r--r--main/external/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/external/Makefile.am b/main/external/Makefile.am
index 89dce1d610..2ee4d9a055 100644
--- a/main/external/Makefile.am
+++ b/main/external/Makefile.am
@@ -6,12 +6,14 @@ clean:
if ENABLE_MACPLATFORM
all: Xamarin.Mac.dll
+ $(MAKE) -C monomac/src
Xamarin.Mac.dll: /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/lib/i386/full/Xamarin.Mac.dll
cp $< $@
cp $<.mdb $@.mdb
clean:
+ $(MAKE) -C monomac/src clean
rm -f Xamarin.Mac.dll*
endif