Artifact 309a05ecb40ff5736af93e9af5de7431323ba8ddc4cf511de80f21df1949216c:
- File
perq-pascal-lisp-project/paslsp-perq.bld
— part of check-in
[eb17ceb7f6]
at
2020-04-21 19:40:01
on branch master
— Add Reduce 3.0 to the historical section of the archive, and some more
files relating to version sof PSL from the early 1980s. Thanks are due to
Paul McJones and Nelson Beebe for these, as well as to all the original
authors.git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/historical@5328 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 558) [annotate] [blame] [check-ins using] [more...]
; Command file to assemble PASn pieces together and then compile them. def s: <scratch> def pl: <griss.PASLSP> ; produces PERQ version. COP pl:PAS3.INI s:PLPERQ.INI APP pl:PAS1.SLI s:PLPERQ.INI APP pl:PAS2.SLI s:PLPERQ.INI APP pl:PAS3.SLI s:PLPERQ.INI APP pl:USER.SLI s:PLPERQ.INI pl:filter p <pl:pas0.pre >s:PlPerq.pas pl:filter p <pl:pasn.pre >s:PlPerqn.pas append pl:pas1.pas S:PLPERQ.pas append pl:pas2.pas S:PLPERQ.pas append pl:pas3.pas S:PLPERQ.pas append pl:exec.pas S:PLPERQ.pas append s:PlPerqN.pas S:PLPERQ.pas ; Send S:PlPerq.ini S:PlPerq.pas