diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 20:17:59 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2012-05-02 20:17:59 -0700 |
commit | 1b09651f8983927f37512e4b63198cb10c3fba05 (patch) | |
tree | 5b98495432f29954c7e64539dca1550b418c0ab1 /win32 | |
parent | dee3d4ae36be021ca7d488a82f3e02de7ef36c6c (diff) | |
download | zlib-1b09651f8983927f37512e4b63198cb10c3fba05.tar.gz zlib-1b09651f8983927f37512e4b63198cb10c3fba05.tar.bz2 zlib-1b09651f8983927f37512e4b63198cb10c3fba05.zip |
Add instructions to win32/Makefile.gcc for shared install [Torri].
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.gcc | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
20 | # make install -fwin32/Makefile.gcc | 20 | # make install -fwin32/Makefile.gcc |
21 | # | 21 | # |
22 | # BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set. | 22 | # BINARY_PATH, INCLUDE_PATH and LIBRARY_PATH must be set. |
23 | # | ||
24 | # To install the shared lib, append SHARED_MODE=1 to the make command : | ||
25 | # | ||
26 | # make install -fwin32/Makefile.gcc SHARED_MODE=1 | ||
23 | 27 | ||
24 | # Note: | 28 | # Note: |
25 | # If the platform is *not* MinGW (e.g. it is Cygwin or UWIN), | 29 | # If the platform is *not* MinGW (e.g. it is Cygwin or UWIN), |