From f232304aba6d96a642e18be238eb18df5c44783b Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 21 Jun 1999 23:37:58 +0000 Subject: [PATCH] + added LinkAfter var for post linking with -s option --- ide/text/fpvars.pas | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ide/text/fpvars.pas b/ide/text/fpvars.pas index 73678a989f..6a3a1155e4 100644 --- a/ide/text/fpvars.pas +++ b/ide/text/fpvars.pas @@ -27,7 +27,8 @@ type LastPos : TPoint; end; - TCompPhase = (cpNothing,cpCompiling,cpLinking,cpFailed,cpDone); + TCompPhase = (cpNothing,cpCompiling,cpLinking, + cpAborted,cpFailed,cpDone); const ClipboardWindow : PClipboardWindow = nil; CalcWindow : PCalculator = nil; @@ -42,6 +43,7 @@ const ClipboardWindow : PClipboardWindow = nil; PrimaryFilePara : string = ''; GDBOutputFile : string = 'gdb$$$.txt'; IsEXECompiled : boolean = false; + LinkAfter : boolean = true; MainFile : string = ''; EXEFile : string = ''; CompilationPhase : TCompPhase = cpNothing; @@ -79,7 +81,10 @@ implementation END. { $Log$ - Revision 1.15 1999-03-23 15:11:36 peter + Revision 1.16 1999-06-21 23:37:58 pierre + + added LinkAfter var for post linking with -s option + + Revision 1.15 1999/03/23 15:11:36 peter * desktop saving things * vesa mode * preferences dialog