so that multiple operating systems may be supported from the same
build-directory.
;;; -*-Scheme-*-
;;;
-;;; $Id: edwin.sf,v 1.14 1995/10/31 23:29:14 cph Exp $
+;;; $Id: edwin.sf,v 1.15 1995/10/31 23:41:39 cph Exp $
;;;
;;; Copyright (c) 1991-95 Massachusetts Institute of Technology
;;;
(case microcode-id/operating-system
((DOS) "edwindos")
((NT) "edwinw32")
- ((OS2) "edwinos2")
+ ((OS/2) "edwinos2")
((UNIX) "edwinunx")
(else "edwinunk"))))
(copy-file "edwin.pkg" (pathname-new-type name "pkg"))
#| -*-Scheme-*-
-$Id: make.scm,v 3.87 1995/10/31 23:26:55 cph Exp $
+$Id: make.scm,v 3.88 1995/10/31 23:41:33 cph Exp $
Copyright (c) 1989-94 Massachusetts Institute of Technology
(case microcode-id/operating-system
((DOS) "edwindos")
((NT) "edwinw32")
- ((OS2) "edwinos2")
+ ((OS/2) "edwinos2")
((UNIX) "edwinunx")
(else "edwin"))
`((os-type . ,microcode-id/operating-system))