mirror of https://gitlab.com/basile.b/dexed.git
remove information about gdmd, in official installation now
This commit is contained in:
parent
6165591c81
commit
85eafc1d85
|
@ -211,11 +211,6 @@ begin
|
||||||
'optional, the D source code formater, needed by the Dfmt commander widget');
|
'optional, the D source code formater, needed by the Dfmt commander widget');
|
||||||
itm.Parent := boxTools;
|
itm.Parent := boxTools;
|
||||||
itm.ReAlign;
|
itm.ReAlign;
|
||||||
// TODO-cmaintenance: remove this entry if GDMD is distributed with GDC
|
|
||||||
itm := TToolInfo.Construct(self, tikOptional, 'gdmd',
|
|
||||||
'optional, the GDC wrapper with a DMD command line interface');
|
|
||||||
itm.Parent := boxTools;
|
|
||||||
itm.ReAlign;
|
|
||||||
itm := TToolInfo.Construct(self, tikOptional, 'gdc',
|
itm := TToolInfo.Construct(self, tikOptional, 'gdc',
|
||||||
'optional, the GDC D compiler');
|
'optional, the GDC D compiler');
|
||||||
itm.Parent := boxTools;
|
itm.Parent := boxTools;
|
||||||
|
|
Loading…
Reference in New Issue