mirror of https://gitlab.com/basile.b/dexed.git
wont be done
This commit is contained in:
parent
426ce2bf0f
commit
854f86ebeb
|
|
@ -1353,8 +1353,6 @@ label
|
||||||
begin
|
begin
|
||||||
if fProject.currentConfiguration.outputOptions.binaryKind <> executable then
|
if fProject.currentConfiguration.outputOptions.binaryKind <> executable then
|
||||||
begin
|
begin
|
||||||
// TODO-cfeature: define an alternative exe name for shared lib:
|
|
||||||
// e.g: the dll produced by the proj. is the input filename of an host app.
|
|
||||||
dlgOkInfo('Non executable projects cant be run');
|
dlgOkInfo('Non executable projects cant be run');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue