Kaynağa Gözat

add comment indicating supported platforms of makefile.shared

Steffen Jaeckel 4 yıl önce
ebeveyn
işleme
c117cd8a85
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. 8 0
      makefile.shared

+ 8 - 0
makefile.shared

@@ -15,6 +15,14 @@
 #
 
 PLATFORM := $(shell uname | sed -e 's/_.*//')
+### Observed uname outputs:
+# MINGW32_NT-6.2          (on MSYS/MINGW old)
+# MINGW64_NT-10.0-14393   (on MSYS new)
+# MSYS_NT-10.0-19042      (on MSYS2)
+# CYGWIN_NT-10.0          (on Cygwin 64bit)
+# CYGWIN_NT-6.2-WOW64     (on Cygwin 32bit)
+# Linux                   (on all Linux distros)
+# Darwin                  (on macOS, OS X)
 
 ifeq ($(LIBTOOL),rlibtool)
   TGTLIBTOOL:=slibtool-shared