]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop using 'zip -k' to construct the Windows source archive.
authorSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:08 +0000 (22:56 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 4 Mar 2014 22:56:08 +0000 (22:56 +0000)
commitfebb18011370e374a2fbeeab8ff3b833b0b02e0a
treecf6e7e5ba585893de7fb699a4d95f968319e396b
parent227d44e1448e47286e5777a9c71ed1dd4085711d
Stop using 'zip -k' to construct the Windows source archive.

It was intended to ensure that people still working with DOS filename
restrictions (or things approximating that, e.g. VFAT) wouldn't have
trouble. Those days are surely long gone, and now zip -k is causing
its own trouble with the new VS2010/VS2012 project files, which
include pairs of filenames that become the same under the zip -k
transformation and hence break the source archive build.

[originally from svn r10155]
mksrcarc.sh