scheme/base is better
svn: r16242
This commit is contained in:
parent
7eb822f03a
commit
57f74b3300
|
@ -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"|#))
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user