[mono/monodevelop] eae53724: Makefile magic!

"Therzok ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141e9de9fb7-1ff8f703-91de-4d37-b447-96b7c7f7fff3-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/3012ba887762...eae53724c264

   Commit: eae53724c26447cc06ebb149dbdf91572d74af76
   Author: Therzok <[email protected]> (Therzok)
     Date: 2013-10-24 09:47:50 GMT
      URL: https://github.com/mono/monodevelop/commit/eae53724c26447cc06ebb149dbdf91572d74af76

Makefile magic!

Changed paths:
  M main/src/addins/WindowsPlatform/Makefile.am
  M main/tests/Makefile.am

Modified: main/src/addins/WindowsPlatform/Makefile.am
===================================================================
@@ -1 +1,5 @@
 include $(top_srcdir)/xbuild.include
+
+if ! ENABLE_WINDOWSPLATFORM
+SKIP=y
+endif

Modified: main/tests/Makefile.am
===================================================================
@@ -19,6 +19,9 @@ TEST_ASSEMBLIES_MAC = \
 	$(TEST_DIR)/MonoDevelop.VersionControl.Subversion.Tests.dll \
 	$(TEST_DIR)/MacPlatform.Tests.dll
 
+TEST_ASSEMBLIES_WINDOWS = \
+	$(TEST_DIR)/VersionControl.Subversion.Win32.Tests.dll
+
 TEST_ASSEMBLIES_COMMON = \
 	$(TEST_DIR)/MonoDevelop.VersionControl.Git.Tests.dll \
 	$(TEST_DIR)/UnitTests.dll \
@@ -36,6 +39,10 @@ ALL_CSPROJ += $(TEST_PROJECTS_MAC)
 TEST_ASSEMBLIES += $(TEST_ASSEMBLIES_MAC)
 endif
 
+if ENABLE_WINDOWSPLATFORM
+TEST_ASSEMBLIES += $(TEST_ASSEMBLIES_WINDOWS)
+endif
+
 test:
 	@if test -n "$(assembly)"; then \
 		for asm in $(TEST_ASSEMBLIES); do \


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.