0
0
mirror of https://github.com/vim/vim.git synced 2025-09-30 04:44:14 -04:00

patch 8.0.1124: use of MZSCHEME_VER is unclear

Problem:    Use of MZSCHEME_VER is unclear.
Solution:   Add a comment. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2017-09-18 20:01:02 +02:00
parent 1b9645de3c
commit f16c71b669
3 changed files with 7 additions and 1 deletions

View File

@@ -47,7 +47,9 @@
# MzScheme interface:
# MZSCHEME=[Path to MzScheme directory]
# DYNAMIC_MZSCHEME=yes (to load the MzScheme DLLs dynamically)
# MZSCHEME_VER=[version, 205_000, ...] (default is 3m_a0solc (6.6))
# MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
# Used for the DLL file name. E.g.:
# C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
# MZSCHEME_DEBUG=no
#
# Perl interface: