From 1b09651f8983927f37512e4b63198cb10c3fba05 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Wed, 2 May 2012 20:17:59 -0700 Subject: [PATCH] Add instructions to win32/Makefile.gcc for shared install [Torri]. --- win32/Makefile.gcc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/win32/Makefile.gcc b/win32/Makefile.gcc index d3d573c..6d1ded6 100644 --- a/win32/Makefile.gcc +++ b/win32/Makefile.gcc @@ -20,6 +20,10 @@ # 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),