Browse Source

+ support for LinkAfter var

pierre 26 years ago
parent
commit
a8b10cb610
1 changed files with 6 additions and 1 deletions
  1. 6 1
      ide/text/fpintf.pas

+ 6 - 1
ide/text/fpintf.pas

@@ -58,6 +58,8 @@ var
   cmd : string;
   cmd : string;
 begin
 begin
   cmd:='[fp.cfg] -d'+SwitchesModeStr[SwitchesMode];
   cmd:='[fp.cfg] -d'+SwitchesModeStr[SwitchesMode];
+  if LinkAfter then
+    cmd:=cmd+' -s';
 { Add the switches from the primary file }
 { Add the switches from the primary file }
   if PrimaryFileSwitches<>'' then
   if PrimaryFileSwitches<>'' then
    cmd:=cmd+' '+PrimaryFileSwitches;
    cmd:=cmd+' '+PrimaryFileSwitches;
@@ -104,7 +106,10 @@ end;
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.4  1999-03-12 01:12:22  peter
+  Revision 1.5  1999-06-21 23:38:37  pierre
+   + support for LinkAfter var
+
+  Revision 1.4  1999/03/12 01:12:22  peter
     * extended primaryfile to load a .pri file
     * extended primaryfile to load a .pri file
 
 
   Revision 1.3  1999/02/05 13:51:41  peter
   Revision 1.3  1999/02/05 13:51:41  peter