Artifact 39e9bd3f49e1f38c82982b76b64cd88a2f4f7ea2e99c3a6d88fd0a6025828fc1:
- Executable file
r38/lisp/csl/util/checkall.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: 346) [annotate] [blame] [check-ins using] [more...]
REM check log files for all modules REM main log files go in $srcdir/../../../log/*.rlg REM reference logs are in $srcdir/../../../packages/XXX/xxx.rlg if "x%1"=="x" (set srcdir=../cslbase) else set srcdir=%1 start /wait .\r38 -Dno_init_file %srcdir%/../util/checkall.red -D@srcdir=%srcdir% -Dwhich_module=%2 -- log/checkall.log