aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/scripts/mkglobals_h
AgeCommit message (Collapse)AuthorFilesLines
2024-01-31Cygwin: globals: make __progname an alias of program_invocation_short_nameCorinna Vinschen1-0/+1
On Linux, __progname and program_invocation_short_name are just different exported names of the same string. Do the same in Cygwin. This requires to tweak the mkglobals_h so as not to touch the EXPORT_ALIAS expression. Also, use the base variable program_invocation_short_name throughout. __progname is just the export for getopt. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen1-0/+28
Create subdirs and move files accordingly: - DevDocs: doc files - fhandler: fhandler sources, split fhandler.cc into base.cc and null.cc - local_includes: local include files - scripts: scripts called during build - sec: security sources Signed-off-by: Corinna Vinschen <corinna@vinschen.de>