diff options
Diffstat (limited to 'old/msdos/Makefile.b32')
-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 |