From 0116497113c942bf80b92ac0756fc5c4569686cc Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 2 Feb 2006 05:27:01 +0000 Subject: [PATCH] Compile "win32" subdirectory. --- v7/src/etc/compile.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index e3659853b..3aed17212 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.9 2004/12/07 03:21:55 cph Exp $ +$Id: compile.scm,v 1.10 2006/02/02 05:27:01 cph Exp $ -Copyright 2000,2001,2002,2004 Massachusetts Institute of Technology +Copyright 2000,2001,2002,2004,2006 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -40,7 +40,7 @@ USA. (lambda () (load (pathname-new-type name "sf")) (load (pathname-new-type name "cbf"))))) - '("runtime" "sf" "compiler" "edwin" "6001")) + '("runtime" "win32" "sf" "compiler" "edwin" "6001")) (with-working-directory-pathname "cref" (lambda () (if (not (file-exists? "cref.con")) -- 2.25.1