X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=msdos%2Fdoturboc.bat;fp=msdos%2Fdoturboc.bat;h=0000000000000000000000000000000000000000;hb=dc84183747ce1703eb99685b5dbde1f65a143c06;hp=d164ef85bece5f0606caadacb071927e5ffce6b5;hpb=a2016c1de6e4884f6c8ed5cc498f3bf821c25ca4;p=debian%2Fgzip diff --git a/msdos/doturboc.bat b/msdos/doturboc.bat deleted file mode 100644 index d164ef8..0000000 --- a/msdos/doturboc.bat +++ /dev/null @@ -1,18 +0,0 @@ -: 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 -: 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;