Mail Archives: djgpp/2000/04/06/18:03:02
On Mon, 3 Apr 2000 pavenis AT lanet DOT lv wrote:
> On 3 Apr 2000, at 16:46, Eli Zaretskii wrote:
>
> >
> > On Mon, 3 Apr 2000 pavenis AT lanet DOT lv wrote:
> >
> > > Main problem:
> > > we'll not able to get binary distribution identical to one
> > > we'll get with LFN support.
> >
> > Why not?
>
> How to get for example lang/cxx/stl_iterator.h in gpp2952b.zip when on
> disk it will be only stl_iter.h without LFN support.
Oh, this is very simple: you prepare the *.mft file with the long
names, then submit it to zip as a response file:
zip -9 gpp2952b.zip @manifest/gpp2952b.mft
This causes zip to archive the files with their long names, even if
the files on disk have the names truncated to DOS 8+3 limits.
I've been doing this for all the packages I uploaded to SimTel.NET,
since time immemoriam. I never heard any complaints.
- Raw text -