ver:1.3.10: Makefile.nt

View: New views
1 Messages — Rating Filter:   Alert me  

ver:1.3.10: Makefile.nt

by Tao.Tang :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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)