mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 18:47:54 +02:00
* 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:
parent
855a1fa03e
commit
dcf6a97d64
@ -2926,6 +2926,8 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
j:=1;
|
j:=1;
|
||||||
|
if length(more)=0 then
|
||||||
|
include(init_settings.globalswitches,cs_link_deffile);
|
||||||
while j<=length(more) do
|
while j<=length(more) do
|
||||||
begin
|
begin
|
||||||
case more[j] of
|
case more[j] of
|
||||||
|
Loading…
Reference in New Issue
Block a user