summaryrefslogtreecommitdiff
path: root/old/msdos/Makefile.b32
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:22:37 -0700
commit4b5a43a219d51066c01ff2ab86af18b967f2d0dd (patch)
tree4dcaf0cd18751d04cf638a9a6ec521990d4f2e90 /old/msdos/Makefile.b32
parent086e982175da84b3db958191031380794315f95f (diff)
downloadzlib-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.b326
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++ -------------
16MODEL=-WX 16MODEL=-WX
17CFLAGS= $(MODEL) -P-C -K -N- -k- -d -3 -r- -v- -f -DMSDOS 17CFLAGS= $(MODEL) -P-C -K -N- -k- -d -3 -r- -v- -f -DMSDOS
18CC=bcc32 18CC=bcc32
19LD=bcc32 19LD=bcc32
@@ -97,7 +97,7 @@ minigzip.exe: minigzip.obj zlib.lib
97 97
98test: example.exe minigzip.exe 98test: 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