~ubuntu-branches/ubuntu/lucid/unzip/lucid-security

« back to all changes in this revision

Viewing changes to netware/unzip.build

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2009-05-08 20:02:40 UTC
  • mfrom: (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090508200240-7l4gypruop5863bd
* New upstream release. Closes: #496989.
* Enabled new Unicode support. Closes: #197427. This may or may not work
  for your already created zipfiles, but it's not a bug unless they were
  created using the Unicode feature present in zip 3.0.
* Built using DATE_FORMAT=DF_YMD so that unzip -l show dates in ISO format,
  as that's the only available one which makes sense. Closes: #312886.
* Enabled new bzip2 support. Closes: #426798.
* Exit code for zipgrep should now be the right one. Closes: #441997.
* The reason why a file may not be created is now shown. Closes: #478791.
* Summary of changes in this version not being the debian/* files:
- Manpages in section 1, not 1L.
- Branding patch. UnZip by Debian. Original by Info-ZIP.
- Always #include <unistd.h>. Debian GNU/kFreeBSD needs it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
export WATCOM='\\prv-dev2\dev\tool\wcc\1100'
 
2
CC='\\prv-dev2\dev\tool\wcc\1100\binnt\wcc386'
 
3
LINK='\\prv-dev2\dev\tool\wcc\1100\binnt\wlink'
 
4
 
 
5
CFLAGS="-olax -5s -zq -zp1 -ei -ez -ri -w4"
 
6
DEFS="-DNLM -DN_PLAT_NLM -U_WIN32"
 
7
INCS='-I. -Inetware -Ic:\novell\ndk\nwsdk\include\nlm -Ic:\novell\ndk\nwsdk\include\nlm\sys -Ic:\novell\ndk\nwsdk\include -Ic:\novell\ndk\nwsdk\include\nlm\nit'
 
8
 
 
9
cd ..
 
10
for i in crc32.c crypt.c envargs.c explode.c extract.c fileio.c \
 
11
                globals.c inflate.c list.c match.c netware\\netware.c process.c \
 
12
                ttyio.c unreduce.c unshrink.c unzip.c zipinfo.c
 
13
do
 
14
        $CC $CFLAGS $DEFS $INCS $i
 
15
done
 
16
 
 
17
$LINK @netware/unzip.link