mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-22 16:04:18 +00:00
18 lines
248 B
Plaintext
18 lines
248 B
Plaintext
$SET VERIFY
|
|
$!
|
|
$! PLM.BLD
|
|
$!
|
|
$! Command file to build the PL/M-VAX compiler.
|
|
$!
|
|
$! 02FEB82 Alex Hunter 1. Original version.
|
|
$!
|
|
$!
|
|
$! 1. Compile all source modules.
|
|
$!
|
|
$@PLM.CMP
|
|
$!
|
|
$! 2. Link everything together.
|
|
$!
|
|
$@PLM.LNK
|
|
$SET NOVERIFY
|