[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ver:1.3.10: Makefile.nt
From: |
Tao . Tang |
Subject: |
ver:1.3.10: Makefile.nt |
Date: |
Mon, 25 May 2009 13:19:53 +0800 |
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- ver:1.3.10: Makefile.nt,
Tao . Tang <=