$EXEC {Exec file link Pascal compiler whose unlinked object is specifed in %0 }
$     {Placing linked .obj file in %1 (if "$" then %1 is %0,                  }
$     {                                default PAS/PASX.OBJ)                  }
$
$     {Note, this exec file is used by the Pascal compiler generation exec    }
$     {file (<CL/PAS) and all params are explicitly set there.  However, this }
$     {exec file can be used directly to just link a compiler generated by    }
$     {the exec file <COMP.                                                   }
$
$IF %0='' THEN
   $REQUEST %0 WITH 'Name of unlinked obj file: [PAS/Pasx][.OBJ] '
$ENDIF
$
$DEFAULT %0 TO 'pas/pasx'
$
$IF %1='' THEN
   $REQUEST %1 WITH 'Name to link to: [PAS/Pasx][.OBJ]/$ '
$ENDIF
$
$IF %1='$' THEN
   $SET %1 TO %0
$ELSE
   $DEFAULT %1 TO 'pas/pasx'
$ENDIF
$
l?
+M Dates INIT
+M CONST SCAN
+M IOPrimitives SCAN
-p
+s 32000
+w
N/INTRINSIC.LIB

%0
Pas/objInter
n/ppasdefs
n/sulib
n/objiolib
n/iosfplib
n/iospaslib
pas/dates
obj/times
Primitives/io
ProgComm/Stub
hwintl


%1
$ENDEXEC

