Added Cyg-Win

This commit is contained in:
Frank Harris 2026-06-06 18:46:40 -04:00
parent 82cbc206eb
commit 413c315806
10586 changed files with 3806249 additions and 0 deletions

View file

@ -0,0 +1,11 @@
* Update (some?) utilities to handle unicode filenames, similar to
IWAMURO Motonori's work on cygstart.
* This package doesn't really DO anything with the configure results.
If certain libraries aren't found, then some programs shouldn't be
built. Ditto certain functions. But right now, everything that is
needed is checked for in configure, but no adjustments are made
to accomodate those results -- make will just fail. This is surely
not the right way to do things.
* What to do about wacky windows includes? <shlobj.h> etc?