#| -*-Scheme-*-
-$Id: make.scm,v 14.39 1992/12/07 19:06:47 cph Exp $
+$Id: make.scm,v 14.40 1993/01/29 00:11:17 adams Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;; Typically only one of them is loaded.
(RUNTIME PATHNAME UNIX)
(RUNTIME PATHNAME DOS)
+ (RUNTIME PATHNAME NT)
(RUNTIME PATHNAME)
(RUNTIME WORKING-DIRECTORY)
(RUNTIME LOAD)
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $
+$Id: runtime.pkg,v 14.173 1993/01/29 00:09:09 adams Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(parent (runtime pathname))
(file-case os-type
((dos) "dospth")
- ((nt) "dospth")
+ (else))
+ (initialization (initialize-package!)))
+
+(define-package (runtime pathname nt)
+ (parent (runtime pathname))
+ (file-case os-type
+ ((nt) "ntpth")
(else))
(initialization (initialize-package!)))
#| -*-Scheme-*-
-$Id: make.scm,v 14.39 1992/12/07 19:06:47 cph Exp $
+$Id: make.scm,v 14.40 1993/01/29 00:11:17 adams Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
;; Typically only one of them is loaded.
(RUNTIME PATHNAME UNIX)
(RUNTIME PATHNAME DOS)
+ (RUNTIME PATHNAME NT)
(RUNTIME PATHNAME)
(RUNTIME WORKING-DIRECTORY)
(RUNTIME LOAD)
#| -*-Scheme-*-
-$Id: runtime.pkg,v 14.172 1993/01/28 23:21:21 adams Exp $
+$Id: runtime.pkg,v 14.173 1993/01/29 00:09:09 adams Exp $
Copyright (c) 1988-1993 Massachusetts Institute of Technology
(parent (runtime pathname))
(file-case os-type
((dos) "dospth")
- ((nt) "dospth")
+ (else))
+ (initialization (initialize-package!)))
+
+(define-package (runtime pathname nt)
+ (parent (runtime pathname))
+ (file-case os-type
+ ((nt) "ntpth")
(else))
(initialization (initialize-package!)))