mirror of https://gitlab.com/basile.b/dexed.git
parent
654443926c
commit
159c4cb19c
|
@ -175,10 +175,11 @@ begin
|
||||||
fPaths.loadFromFile(fname);
|
fPaths.loadFromFile(fname);
|
||||||
if not isCompilerValid(dmd) then
|
if not isCompilerValid(dmd) then
|
||||||
autoDetectDMD;
|
autoDetectDMD;
|
||||||
if not isCompilerValid(gdc) then
|
// #148 / #210
|
||||||
autoDetectGDC;
|
// if not isCompilerValid(gdc) then
|
||||||
if not isCompilerValid(ldc) then
|
// autoDetectGDC;
|
||||||
autoDetectLDC;
|
// if not isCompilerValid(ldc) then
|
||||||
|
// autoDetectLDC;
|
||||||
fPathsBackup.Assign(fPaths);
|
fPathsBackup.Assign(fPaths);
|
||||||
dataToGui;
|
dataToGui;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue