From 57e919451de6464eacd8deb094c8f4538d3bb2f5 Mon Sep 17 00:00:00 2001 From: lazarus Date: Tue, 20 Nov 2001 19:39:45 +0000 Subject: [PATCH] MG: DoRunProject writes the programfilename git-svn-id: trunk@443 - --- ide/main.pp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ide/main.pp b/ide/main.pp index 44c4ce4dc1..bbe2a3e178 100644 --- a/ide/main.pp +++ b/ide/main.pp @@ -3561,7 +3561,7 @@ writeln('[TMainIDE.DoRunProject] A'); else begin try - + writeln(' EXECUTING "',ProgramFilename,'"'); TheProcess:=TProcess.Create(ProgramFilename, [poRunSuspended,poUsePipes,poNoConsole]); @@ -4756,6 +4756,9 @@ end. { ============================================================================= $Log$ + Revision 1.153 2001/11/20 19:39:45 lazarus + MG: DoRunProject writes the programfilename + Revision 1.152 2001/11/20 18:30:30 lazarus Pressing DEL when form is the only thing selected in designer no longer crashes Lazarus. Shane