#| -*-Scheme-*-
-$Id: make.scm,v 1.1 1993/06/08 06:13:32 gjr Exp $
+$Id: make.scm,v 1.2 1993/11/13 02:22:34 gjr Exp $
Copyright (c) 1992 Massachusetts Institute of Technology
(declare (usual-integrations))
-(let ((value ((load "base/make") "C")))
- (set! (access compiler:compress-top-level? (->environment '(compiler)))
- true)
- value)
\ No newline at end of file
+(begin
+ (declare-shared-library "sf+compiler" (lambda () true))
+ (let ((value ((load "base/make") "C")))
+ (set! (access compiler:compress-top-level? (->environment '(compiler)))
+ true)
+ value))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 3.79 1993/08/17 21:31:46 cph Exp $
+$Id: make.scm,v 3.80 1993/11/13 02:23:21 gjr Exp $
-Copyright (c) 1989-93 Massachusetts Institute of Technology
+Copyright (c) 1989-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
(declare (usual-integrations))
+(declare-shared-library "edwin" (lambda () true))
(package/system-loader
"edwin"
`((os-type . ,(intern (microcode-identification-item 'OS-NAME-STRING))))