Artifact ca4ca366246f6b7726cd28aa8932b6b9b225a02f290ea57f5b53579e9e0bb49f:
- Executable file
r38/lisp/csl/cslbase/lispfile.bat
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 245) [annotate] [blame] [check-ins using] [more...]
REM first ensure that r2l.exe is built REM byacc -o r2l.c r2l.y REM wcl386 r2l.c REM or equivalent under Unix! r2l -rights extras.red extras.lsp r2l -rights compiler.red compiler.lsp r2l -rights ccomp.red ccomp.lsp REM end