From: Chris Hanson Date: Fri, 17 Aug 2001 05:31:43 +0000 (+0000) Subject: Update for changes to package system. X-Git-Tag: 20090517-FFI~2589 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=aec862a08ef901ce0b75d47402c7570eb77e1f78;p=mit-scheme.git Update for changes to package system. --- diff --git a/v7/src/win32/win32.sf b/v7/src/win32/win32.sf index 5af0cd08e..39efd9134 100644 --- a/v7/src/win32/win32.sf +++ b/v7/src/win32/win32.sf @@ -1,8 +1,8 @@ #| -*-Scheme-*- -$Id: win32.sf,v 1.4 1999/01/02 06:19:10 cph Exp $ +$Id: win32.sf,v 1.5 2001/08/17 05:31:43 cph Exp $ -Copyright (c) 1993-1999 Massachusetts Institute of Technology +Copyright (c) 1993-1999, 2001 Massachusetts Institute of Technology This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -16,7 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. |# @@ -45,6 +46,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. (sf-directory ".")) (load-option 'CREF) -(cref/generate-constructors "win32") -(sf "win32.con") -(sf "win32.ldr") \ No newline at end of file +(cref/generate-constructors "win32") \ No newline at end of file