wine/tools
Martin Storsjö 6705a71045 winegcc: Prefer -Wl,--pdb=<file> over -Wl,-pdb,<file>.
The previously used syntax, -Wl,-pdb,<file>, was the originally
supported one in lld (since 2018). Later (in 2019) the second
syntax was added, allowing both -Wl,-pdb=<file> and -Wl,-pdb,<file>.
(This other parameter syntax allows easier distinguishing an empty
argument, for letting the linker implicitly pick the file name.)

Move over to using the more modern syntax - reducing the usage of
the old form of the option. This potentially allows deprecating
the original syntax and maybe allows using --pdb as a boolean
flag for implying an automatically named PDB file (which currently
requires using the awkward syntax "--pdb=").

Also prefer the long two dashes form, i.e. --pdb instead of -pdb;
the single dash form is only allowed by getopt when there
are no conflicts with single-letter options, while the form with
two dashes is unambiguous.
2022-11-01 20:46:22 +01:00
..
gitlab mscoree: Update Wine Mono to 7.4.0. 2022-10-25 18:40:49 +02:00
sfnt2fon makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02:00
widl makefiles: Store PE objects in subdirectories in the build tree. 2022-10-26 15:03:05 +02:00
winapi include: Add definition for NtSetInformationVirtualMemory. 2022-07-13 16:10:05 +02:00
winebuild winebuild: Add GNU stack note also to the undefined symbols file. 2022-07-20 22:33:44 +02:00
winedump winedump: Handle NULL in get_unicode_str. 2022-10-19 21:16:29 +02:00
winegcc winegcc: Prefer -Wl,--pdb=<file> over -Wl,-pdb,<file>. 2022-11-01 20:46:22 +01:00
winemaker
wmc wmc: Use ARRAY_SIZE instead of open coding it. 2022-10-25 10:59:05 +02:00
wrc wrc: Use ARRAY_SIZE instead of open coding it. 2022-10-25 10:59:05 +02:00
buildimage winecfg: Store the logo image in PNG format. 2021-10-18 15:56:01 +02:00
config.guess tools: Upgrade the config.guess/config.sub scripts. 2021-11-14 12:29:24 +01:00
config.sub tools: Upgrade the config.guess/config.sub scripts. 2021-11-14 12:29:24 +01:00
examine-relay examine-relay: DLLs can have underscore in their names (like ws2_32). 2021-12-06 22:55:05 +01:00
findfunc
install-sh
make_announce Release 7.15. 2022-08-13 21:23:11 +02:00
make_makefiles makefiles: Work directly with Makefile.in names in make_makefiles. 2022-07-28 17:46:51 +02:00
make_requests server: Define a server-side structure for LUID_AND_ATTRIBUTES. 2022-01-25 11:55:40 +01:00
make_specfiles api-ms-*: Get rid of the apiset placeholder files. 2022-02-23 10:23:53 +01:00
make_unicode nls: Allow specifying a locale's native digits. 2022-10-19 18:48:30 +02:00
make_xftmpl.c make_xftmpl: Use the standard output buffer routines. 2022-02-08 20:24:14 +01:00
makedep.c makefiles: Add support for multiple PE architectures. 2022-11-01 10:29:49 +01:00
Makefile.in
runtest
tools.h tools: Add a helper function to read the contents of a file. 2022-01-19 10:57:30 +01:00
wineapploader.in
winewrapper winex11: Move user driver to unixlib. 2022-05-06 19:18:22 +02:00