Add instructions to win32/Makefile.gcc for shared install [Torri].
authorMark Adler <madler@alumni.caltech.edu>
Thu, 3 May 2012 03:17:59 +0000 (20:17 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Thu, 3 May 2012 03:17:59 +0000 (20:17 -0700)
win32/Makefile.gcc

index d3d573cf7da8bdfc44aacc6a23d5df17097b0d67..6d1ded622bf0080a120868df69e49971b7174006 100644 (file)
 #   make install -fwin32/Makefile.gcc
 #
 # BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set.
+#
+# To install the shared lib, append SHARED_MODE=1 to the make command :
+#
+#   make install -fwin32/Makefile.gcc SHARED_MODE=1
 
 # Note:
 # If the platform is *not* MinGW (e.g. it is Cygwin or UWIN),