mirror of https://gitlab.com/basile.b/dexed.git
CE projects, compilers, gdc & ldc must be replaced by the DMD cmd line bridges
This commit is contained in:
parent
81dd17d5fc
commit
c5ec6dabcd
|
@ -1084,6 +1084,10 @@ var
|
||||||
sel: ICECompilerSelector;
|
sel: ICECompilerSelector;
|
||||||
begin
|
begin
|
||||||
sel := getCompilerSelector;
|
sel := getCompilerSelector;
|
||||||
|
if value = gdc then
|
||||||
|
value := gdmd
|
||||||
|
else if value = ldc then
|
||||||
|
value := ldmd;
|
||||||
CEProjectCompiler := value;
|
CEProjectCompiler := value;
|
||||||
if not sel.isCompilerValid(CEProjectCompiler) then
|
if not sel.isCompilerValid(CEProjectCompiler) then
|
||||||
CEProjectCompiler := dmd;
|
CEProjectCompiler := dmd;
|
||||||
|
|
Loading…
Reference in New Issue