From: Jean-loup Gailly Date: Wed, 7 Jul 1993 21:04:18 +0000 (+0000) Subject: gzip 1.3.5 X-Git-Tag: v1.3.12~145 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=10c28a708eb909e5422d935b3ccfa8e8c8fb58e9;p=debian%2Fgzip gzip 1.3.5 --- diff --git a/msdos/doturboc.bat b/msdos/doturboc.bat new file mode 100644 index 0000000..eacd68b --- /dev/null +++ b/msdos/doturboc.bat @@ -0,0 +1,18 @@ +: This file is a complement to gzip.prj for Turbo C 2.0 users. +: To construct gzip, first transform all files to msdos CR LF format. +: (Use utilities such as flip or do file transfers in ascii mode.) +: Then invoke this file. Then enter Turbo C, set the the +: compilation model to compact, and the project file to gzip.prj. +: Change the compilation flags if you wish (add SMALL_MEM +: to reduce the memory requirements), and press F9... +: WARNING: you must use the compact or large model in this version. +: To use the large model, add -D__LARGE__ in the tasm command below. +: To get the file wildargs.obj, do: +: +: pkunpak \tcc\startup wildargs.obj +: +: pkunpak is available in wuarchive.wustl.edu:/mirrors/msdos/starter/pk361.exe +: +: After compiling gzip.exe, do: copy gzip.exe gunzip.exe +: +tasm -ml -DDYN_ALLOC -DSS_NEQ_DS msdos\match, match;