scheme/base is better

svn: r16242
This commit is contained in:
Eli Barzilay 2009-10-05 04:38:54 +00:00
parent 7eb822f03a
commit 57f74b3300
2 changed files with 4 additions and 2 deletions

View File

@ -8,7 +8,7 @@
;; running MzScheme.exe on Windows -- "winvers.ss" uses a trick of making a
;; copy of the binary and restarting that copy for the actual change.
#lang scheme
#lang scheme/base
(define verbose? #t)
(define binary-extensions '("exe" "dll" "lib" "so" "def" "exp" #|"obj" "o"|#))

View File

@ -1,6 +1,8 @@
;; This is a wrapper around `winvers-change.ss' to patch binary files with the
;; current version number.
#lang scheme
#lang scheme/base
(require mzlib/file "main-collects.ss" "dirs.ss")
(define (make-copy)