summaryrefslogtreecommitdiff
path: root/old/msdos/Makefile.wat
diff options
context:
space:
mode:
Diffstat (limited to 'old/msdos/Makefile.wat')
-rw-r--r--old/msdos/Makefile.wat16
1 files changed, 8 insertions, 8 deletions
diff --git a/old/msdos/Makefile.wat b/old/msdos/Makefile.wat
index 44bf860..065fe4c 100644
--- a/old/msdos/Makefile.wat
+++ b/old/msdos/Makefile.wat
@@ -2,8 +2,8 @@
2# Watcom 10a 2# Watcom 10a
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 Watcom 10a 32-bit protected mode flat memory model. It was created 5# with Watcom 10a 32-bit protected mode flat memory model. It was created
6# for use with POV-Ray ray tracer and you may choose to edit the CFLAGS to 6# for use with POV-Ray ray tracer and you may choose to edit the CFLAGS to
7# suit your needs but the -DMSDOS is required. 7# suit your needs but the -DMSDOS is required.
8# -- Chris Young 76702.1655@compuserve.com 8# -- Chris Young 76702.1655@compuserve.com
9 9
@@ -12,17 +12,17 @@
12# See zconf.h for details about the memory requirements. 12# See zconf.h for details about the memory requirements.
13 13
14# ------------- Watcom 10a ------------- 14# ------------- Watcom 10a -------------
15MODEL=-mf 15MODEL=-mf
16CFLAGS= $(MODEL) -fpi87 -fp5 -zp4 -5r -w5 -oneatx -DMSDOS 16CFLAGS= $(MODEL) -fpi87 -fp5 -zp4 -5r -w5 -oneatx -DMSDOS
17CC=wcc386 17CC=wcc386
18LD=wcl386 18LD=wcl386
19LIB=wlib -b -c 19LIB=wlib -b -c
20LDFLAGS= 20LDFLAGS=
21O=.obj 21O=.obj
22 22
23# variables 23# variables
24OBJ1=adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O) 24OBJ1=adler32$(O) compress$(O) crc32$(O) gzio$(O) uncompr$(O) deflate$(O)
25OBJ2=trees$(O) zutil$(O) inflate$(O) infblock$(O) inftrees$(O) infcodes$(O) 25OBJ2=trees$(O) zutil$(O) inflate$(O) infblock$(O) inftrees$(O) infcodes$(O)
26OBJ3=infutil$(O) inffast$(O) 26OBJ3=infutil$(O) inffast$(O)
27OBJP1=adler32$(O)+compress$(O)+crc32$(O)+gzio$(O)+uncompr$(O)+deflate$(O) 27OBJP1=adler32$(O)+compress$(O)+crc32$(O)+gzio$(O)+uncompr$(O)+deflate$(O)
28OBJP2=trees$(O)+zutil$(O)+inflate$(O)+infblock$(O)+inftrees$(O)+infcodes$(O) 28OBJP2=trees$(O)+zutil$(O)+inflate$(O)+infblock$(O)+inftrees$(O)+infcodes$(O)
@@ -81,7 +81,7 @@ minigzip.obj: minigzip.c zlib.h zconf.h
81 $(CC) $(CFLAGS) $*.c 81 $(CC) $(CFLAGS) $*.c
82 82
83# we must cut the command line to fit in the MS/DOS 128 byte limit: 83# we must cut the command line to fit in the MS/DOS 128 byte limit:
84zlib.lib: $(OBJ1) $(OBJ2) $(OBJ3) 84zlib.lib: $(OBJ1) $(OBJ2) $(OBJ3)
85 del zlib.lib 85 del zlib.lib
86 $(LIB) zlib.lib +$(OBJP1) 86 $(LIB) zlib.lib +$(OBJP1)
87 $(LIB) zlib.lib +$(OBJP2) 87 $(LIB) zlib.lib +$(OBJP2)