Artifact 116e53bd50cfac545f2e919364127ab03d937f5db1c8649a21f5b4e1585f97e9:
- Executable file
r38/lisp/csl/util/package.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: 262) [annotate] [blame] [check-ins using] [more...]
rem package.bat --- Recompile just one module of REDUCE rem Author: Arthur C Norman if "x%1"=="x" (set srcdir=../cslbase) else set srcdir=%1 start /wait .\r38 -Dno_init_file -Dtarget=%2 %srcdir%/../util/package.red -D@srcdir=%srcdir% -- log/%1.log