Artifact a340729a21160531ad674f70f77e686479a559e36e46881ecaa1b310a5103f0d:
- Executable file
r38/util/dbuild.dat
— 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: 766) [annotate] [blame] [check-ins using] [more...]
% dbuild.dat -- Bootstrap a minimal REDUCE "in core" from standard % sources only, without use of fasl files. % Author: Anthony C. Hearn. % Modifications for MS-DOS: Stanley L. Kameny. (set_heap_extend_size 120000) (setq nonkernelupperbound* nil) % I need to understand this. (date!-and!-time) (setq loaddirectories!* '("" "$reduce\lisp\psl\win32\red\" "$reduce\lisp\psl\win32\psl\")) (dskin "$reduce\packages\support\dbuild.sl") (setq lispsystem!* (append (list (intern (getenv "system")) (intern (getenv "machine"))) (delete 'unix lispsystem!*))) (savesystem "Base REDUCE" "$reduce\lisp\psl\win32\red\reduce" nil) (date!-and!-time) (exitlisp) % Necessary to exit lisp and avoid computer halt.