Artifact 3f600ff2065c17fb6e942ddffd3cb217caa75e8ad8b58dd5a9986427c7d7bc1a:
- Executable file
r38/util/dbuild.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: 378) [annotate] [blame] [check-ins using] [more...]
rem dbuild.bat -- Build a PSL-based REDUCE "in core". rem Authors: Anthony C. Hearn, H. Melenk. if not "%pslsize%" == "" goto cont set pslsize=12000000 :cont if exist %reduce%\log\dbuild.log del %reduce%\log\dbuild.log cd %reduce%\lisp\psl\win32\psl start /wait /min bpsl -td %pslsize% -i %reduce%\util\dbuild.dat -o %reduce%\log\dbuild.log cd %reduce%