Mail Archives: djgpp-workers/1996/05/30/12:02:17
On Thu, 30 May 1996, Robert Hoehne wrote:
> I have also an example about the bug from make with the
> long filenames: (LFN is set to y)
[snip]
> TESTFILE C 0 30.05.96 13:30 testfile.c
> TESTTF~1 C 0 30.05.96 13:30 testtfile.c
Make currently DOSsifies all the filenames, so when yoy set LFN=y, it is
not impressed. Therefore to make it work under Win95, I think you should
set NameNumericTail property in the Registry to 0 (see section 8.2 of the
FAQ for how to do this, if you don't know already). If you have time to
test this and tell me if it actually works (I don't have access to Win95),
it'd be swell.
- Raw text -