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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'support/Makefile.am')
-rw-r--r--support/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 351e47d93fd..cd5b8497097 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -1,3 +1,4 @@
+if !ENABLE_MSVC_ONLY
if HOST_WIN32
SUPPORT=
else
@@ -190,3 +191,17 @@ patch-libtool:
sed -e 's,LTCOMPILE =,LTCOMPILE2 =,g' 2 > 3
cat 1 3 > Makefile
touch *.c
+
+endif # !ENABLE_MSVC_ONLY
+
+if ENABLE_MSVC_ONLY
+
+all-local:
+
+ make -C $(top_srcdir)/msvc libmonoposixhelper
+
+clean-local:
+
+ make -C $(top_srcdir)/msvc clean-libmonoposixhelper
+
+endif # ENABLE_MSVC_ONLY