file is loaded from instead.
#| -*-Scheme-*-
-$Id: make.scm,v 1.11 1994/06/21 19:37:33 cph Exp $
+$Id: make.scm,v 1.12 1994/06/21 19:38:49 cph Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
(lambda ()
(load-option 'RB-TREE)
(package/system-loader "cref" '() false)))))
-(add-system! (make-system "CREF" 1 10 '()))
\ No newline at end of file
+(add-system! (make-system "CREF" 1 12 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 3.83 1994/03/16 23:43:43 cph Exp $
+$Id: make.scm,v 3.84 1994/06/21 19:38:40 cph Exp $
Copyright (c) 1989-94 Massachusetts Institute of Technology
(declare (usual-integrations))
-((access with-directory-rewriting-rule
- (->environment '(RUNTIME COMPILER-INFO)))
- (working-directory-pathname)
- (pathname-as-directory "edwin")
- (lambda ()
- (declare-shared-library "edwin" (lambda () true))
- (package/system-loader
- "edwin"
- `((os-type . ,(intern (microcode-identification-item 'OS-NAME-STRING))))
- 'QUERY)))
-(add-system! (make-system "Edwin" 3 83 '()))
\ No newline at end of file
+(with-working-directory-pathname
+ (directory-pathname (current-load-pathname))
+ (lambda ()
+ ((access with-directory-rewriting-rule
+ (->environment '(RUNTIME COMPILER-INFO)))
+ (working-directory-pathname)
+ (pathname-as-directory "edwin")
+ (lambda ()
+ (declare-shared-library "edwin" (lambda () true))
+ (package/system-loader
+ "edwin"
+ `((os-type
+ . ,(intern (microcode-identification-item 'OS-NAME-STRING))))
+ 'QUERY)))))
+(add-system! (make-system "Edwin" 3 84 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 4.29 1994/06/21 19:37:25 cph Exp $
+$Id: make.scm,v 4.30 1994/06/21 19:38:30 cph Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
(package/system-loader "sf" '() 'QUERY)))
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))))
-(add-system! (make-system "SF" 4 28 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 30 '()))
\ No newline at end of file
#| -*-Scheme-*-
-$Id: make.scm,v 4.29 1994/06/21 19:37:25 cph Exp $
+$Id: make.scm,v 4.30 1994/06/21 19:38:30 cph Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
(package/system-loader "sf" '() 'QUERY)))
((package/reference (find-package '(SCODE-OPTIMIZER))
'USUAL-INTEGRATIONS/CACHE!))))
-(add-system! (make-system "SF" 4 28 '()))
\ No newline at end of file
+(add-system! (make-system "SF" 4 30 '()))
\ No newline at end of file