Artifact 7ea06fa8af2434c31644f051c59b898488cf9ddfba6662d32ed7195159d3d5ab:
- Executable file
r37/packages/support/dbuild2.sl
— 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: 858) [annotate] [blame] [check-ins using] [more...]
- Executable file
r38/packages/support/dbuild2.sl
— 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: 858) [annotate] [blame] [check-ins using]
% dbuild2.sl --- Lisp-version independent code for "in core" build. % Author: Anthony C. Hearn. (setq !*argnochk t) (setq !*int nil) % Prevents input buffer being saved. (setq !*msg nil) (setq !*comp t) % It's faster if we compile the boot file. (rdf "$reduce/packages/support/boot.sl") (begin2) rds(xxx := open("$reduce/packages/support/build.red",'input)); (close xxx) (load!-package!-sources prolog_file 'support) (load!-package!-sources 'rlisp 'rlisp) (load!-package!-sources rend_file 'support) (load!-package!-sources 'poly 'poly) (load!-package!-sources 'alg 'alg) (load!-package!-sources 'arith 'arith) % Needed by roots, specfn*, (psl). (load!-package!-sources 'entry 'support) (load!-package!-sources 'remake 'support) (setq !*comp nil) (rds oldchan2!*)