diff options
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), |