#| -*-Scheme-*-
-$Id: pack-compiler-mc68k.scm,v 1.1 1993/11/22 01:39:48 cph Exp $
+$Id: pack-compiler-mc68k.scm,v 1.2 1993/11/23 20:59:58 cph Exp $
Copyright (c) 1993 Massachusetts Institute of Technology
;;;; File to generate a single loadable file for sf and Liar
\f
+(if (not (environment-bound? system-global-environment 'PACK-BINARIES))
+ (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
+ '(RUNTIME LOAD)))
+
(define (pack-compiler output)
(pack-binaries output
'(("sf"
#| -*-Scheme-*-
-$Id: pack-compiler-mips.scm,v 1.1 1993/11/21 23:01:09 cph Exp $
+$Id: pack-compiler-mips.scm,v 1.2 1993/11/23 21:00:53 cph Exp $
Copyright (c) 1993 Massachusetts Institute of Technology
;;;; File to generate a single loadable file for sf and Liar
\f
+(if (not (environment-bound? system-global-environment 'PACK-BINARIES))
+ (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
+ '(RUNTIME LOAD)))
+
(define (pack-compiler output)
(pack-binaries output
'(("sf"
#| -*-Scheme-*-
-$Id: pack-edwin-unix.scm,v 1.1 1993/11/21 22:59:57 cph Exp $
+$Id: pack-edwin-unix.scm,v 1.2 1993/11/23 21:01:10 cph Exp $
Copyright (c) 1993 Massachusetts Institute of Technology
;;;; File to generate a single loadable file for Edwin
\f
+(if (not (environment-bound? system-global-environment 'PACK-BINARIES))
+ (load (merge-pathnames "pack" (directory-pathname (current-load-pathname)))
+ '(RUNTIME LOAD)))
+
(define (pack-edwin output)
(pack-binaries output
'(("edwin"