Artifact 554290e5633fedf2411e96fdca68b4f793746034a0f8ecc5d6e8945bd8a87603:
- Executable file
r38/lisp/csl/util/boot38.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: 377) [annotate] [blame] [check-ins using] [more...]
rem boot38.bat --- Build REDUCE 3.8 under Windows using CSL. rem Author: Arthur C Norman REM this takes around 4 minutes on a P6-400 and much less on REM a more modern computer. if "x%1"=="x" (set srcdir=../cslbase) else set srcdir=%1 set reduce= start /wait .\slowr38 -v -z -Dno_init_file -D@srcdir=%srcdir% %srcdir%/../util/build38.lsp -- log/boot38.log