Artifact a88a54bcda82839678ab28ab76fccbe92cd2f999ac9fc280d514e3235d98cfb9:
- Executable file
r38/lisp/csl/util/package.red
— 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: 237) [annotate] [blame] [check-ins using] [more...]
% This gets a single REDUCE package compiled and uup to date symbolic; load!-module 'remake; if not boundp 'target or null target then target := 'alg; get_configuration_data t; build_reduce_modules list target; end;