wont be done

This commit is contained in:
Basile Burg 2015-02-07 01:14:55 +01:00
parent 426ce2bf0f
commit 854f86ebeb
1 changed files with 0 additions and 2 deletions

View File

@ -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;