Initial Windows agent repository

This commit is contained in:
Frank Harris 2026-06-08 10:45:20 -05:00
commit a0db0c2e5b
10589 changed files with 3844063 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?