diff options
Diffstat (limited to 'Makefile.msc')
-rw-r--r-- | Makefile.msc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.msc b/Makefile.msc index 375d21c..d6899d8 100644 --- a/Makefile.msc +++ b/Makefile.msc | |||
@@ -4,7 +4,10 @@ | |||
4 | # To use, do "make makefile.msc" | 4 | # To use, do "make makefile.msc" |
5 | 5 | ||
6 | # WARNING: the small model is supported but only for small values of | 6 | # WARNING: the small model is supported but only for small values of |
7 | # MAX_WBITS and MAX_MEM_LEVEL | 7 | # MAX_WBITS and MAX_MEM_LEVEL. If you wish to reduce the memory |
8 | # requirements (default 256K for big objects plus a few K), you can add | ||
9 | # to CFLAGS below: -DMAX_MEM_LEVEL=7 -DMAX_WBITS=14 | ||
10 | # See zconf.h for details about the memory requirements. | ||
8 | 11 | ||
9 | # ------------- Microsoft C 5.1 and later ------------- | 12 | # ------------- Microsoft C 5.1 and later ------------- |
10 | MODEL=-AL | 13 | MODEL=-AL |