* partial fix #40934: enable def file generation if only -D is provided as argument (as the help suggests and which also makes sense if -Dd is not set as then a default description is used)

This commit is contained in:
Sven/Sarah Barth 2024-10-11 16:11:42 +02:00
parent 855a1fa03e
commit dcf6a97d64

View File

@ -2926,6 +2926,8 @@ var
begin
j:=1;
if length(more)=0 then
include(init_settings.globalswitches,cs_link_deffile);
while j<=length(more) do
begin
case more[j] of