diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:22:37 -0700 |
commit | 4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch) | |
tree | 4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /old/msdos/Makefile.b32 | |
parent | 086e982175da84b3db958191031380794315f95f (diff) | |
download | zlib-1.2.0.5.tar.gz zlib-1.2.0.5.tar.bz2 zlib-1.2.0.5.zip |
zlib 1.2.0.5v1.2.0.5
Diffstat (limited to '')
-rw-r--r-- | old/msdos/Makefile.b32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/old/msdos/Makefile.b32 b/old/msdos/Makefile.b32 index f476da9..3802ea4 100644 --- a/old/msdos/Makefile.b32 +++ b/old/msdos/Makefile.b32 | |||
@@ -1,5 +1,5 @@ | |||
1 | # Makefile for zlib | 1 | # Makefile for zlib |
2 | # Borland C++ | 2 | # Borland C++ |
3 | 3 | ||
4 | # This version of the zlib makefile was adapted by Chris Young for use | 4 | # This version of the zlib makefile was adapted by Chris Young for use |
5 | # with Borland C 4.5x with the Dos Power Pack for a 32-bit protected mode | 5 | # with Borland C 4.5x with the Dos Power Pack for a 32-bit protected mode |
@@ -13,7 +13,7 @@ | |||
13 | # See zconf.h for details about the memory requirements. | 13 | # See zconf.h for details about the memory requirements. |
14 | 14 | ||
15 | # ------------- Borland C++ ------------- | 15 | # ------------- Borland C++ ------------- |
16 | MODEL=-WX | 16 | MODEL=-WX |
17 | CFLAGS= $(MODEL) -P-C -K -N- -k- -d -3 -r- -v- -f -DMSDOS | 17 | CFLAGS= $(MODEL) -P-C -K -N- -k- -d -3 -r- -v- -f -DMSDOS |
18 | CC=bcc32 | 18 | CC=bcc32 |
19 | LD=bcc32 | 19 | LD=bcc32 |
@@ -97,7 +97,7 @@ minigzip.exe: minigzip.obj zlib.lib | |||
97 | 97 | ||
98 | test: example.exe minigzip.exe | 98 | test: example.exe minigzip.exe |
99 | example | 99 | example |
100 | echo hello world | minigzip | minigzip -d | 100 | echo hello world | minigzip | minigzip -d |
101 | 101 | ||
102 | #clean: | 102 | #clean: |
103 | # del *.obj | 103 | # del *.obj |