mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-22 16:04:18 +00:00
14 lines
298 B
Plaintext
14 lines
298 B
Plaintext
$SET VERIFY
|
|
$!
|
|
$! PLM.LNK
|
|
$!
|
|
$! Command file to link the PL/M-VAX compiler.
|
|
$!
|
|
$! 02FEB82 Alex Hunter 1. Original version.
|
|
$! 04FEB82 Alex Hunter 1. Use LOGNAMES.COM to set logical names.
|
|
$!
|
|
$@LOGNAMES
|
|
$LINK/NODEB/EXE=PLM/NOMAP -
|
|
PLMCOM/INCLUDE=PLM/LIB,-
|
|
PLM$UDI:PLMRUN/LIB
|