gzip group: I'm not sure, but there is may be some errors.
#
# Object files
#
OBJS = gzip.obj zip.obj deflate.obj trees.obj bits.obj unzip.obj
inflate.obj \
util.obj crypt.obj lzw.obj unlzw.obj unpack.obj getopt.obj
unlzh.obj
The red context "getopt.obj" is a member of OBJS, but there are any
dependent file for it.
On windows platform, if we want to get gzip.exe with the nmake, there must
be notify:"no exist getopt.obj"
At last, I hope that I do not make a mistaek too.
tang tao(chinese)
