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

pull/16/head
Mark Adler 13 years ago
parent dee3d4ae36
commit 1b09651f89
  1. 4
      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),

Loading…
Cancel
Save