Sfoglia il codice sorgente

Dont build this on Windows

svn path=/trunk/mono/; revision=24261
Miguel de Icaza 22 anni fa
parent
commit
54b8ccff52
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 5 1
      support/Makefile.am

+ 5 - 1
support/Makefile.am

@@ -1,4 +1,8 @@
-lib_LTLIBRARIES = libMonoPosixHelper.la
+if PLATFORM_WIN32
+lib_LTLIBRARIES= 
+else
+lib_LTLIBRARIES= libMonoPosixHelper.la
+endif
 
 libMonoPosixHelper_la_SOURCES = \
 	map.c map.h macros.c