Add instructions to win32/Makefile.gcc for shared install [Torri].

This commit is contained in:
Mark Adler 2012-05-02 20:17:59 -07:00
parent dee3d4ae36
commit 1b09651f89

View File

@ -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),