Subversion Repositories SvarDOS

Compare Revisions

No changes between revisions

Ignore whitespace Rev 265 → Rev 266

/pkginst/Makefile
3,9 → 3,9
# Copyright (C) 2021 Mateusz Viste
#
 
CFLAGS = -0 -ml -os -wx -we -d0 -i=zlib
CFLAGS = -0 -mc -os -wx -we -d0 -i=zlib
LDFLAGS = -ml -lr -fe=pkginst.exe
LIBS = zlib\zlib_l.lib
LIBS = zlib\zlib_c.lib
 
all: pkginst.exe
 
/pkginst/zlib/readme.txt
1,3 → 1,5
This directory contains the zlib v1.2.8 library, precompiled with Open Watcom
ver 1.9, large model. Compiled with the -DNO_GZIP definition, to save a few
kilobytes of unnecessary code.
ver 1.9, for compact and large models.
 
Compiled with the -DNO_GZIP and -DNOBYFOUR definitions, to save a few
kilobytes of unnecessary bloat.
/pkginst/zlib/zlib_l.lib
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream