fix, missing sym string expansion, project couldnt be executed anymore if containing a sym string.

This commit is contained in:
Basile Burg 2014-11-14 18:50:32 +01:00
parent b914ae5970
commit c67abe2ac9
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
inherited CEMessagesWidget: TCEMessagesWidget
Left = 1135
Left = 694
Height = 172
Top = 183
Top = 198
Width = 739
Caption = 'Messages'
ClientHeight = 172
@ -49,7 +49,6 @@ inherited CEMessagesWidget: TCEMessagesWidget
Width = 735
AutoSize = True
BorderSpacing.Around = 2
BorderWidth = 150
ButtonHeight = 24
ButtonWidth = 100
Flat = False

View File

@ -310,6 +310,7 @@ end;
function TCEProject.outputFilename: string;
begin
result := currentConfiguration.pathsOptions.outputFilename;
result := CEMainForm.expandSymbolicString(result);
if result <> '' then
begin
if not fileExists(result) then