summaryrefslogtreecommitdiffstats
path: root/src/INSTALLpc.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
committerBram Moolenaar <Bram@vim.org>2017-08-01 20:44:53 +0200
commitf55e4c867f774d1f27973d06b07b97c0a4d6b968 (patch)
tree11ade42ed16b0789073602e38dd860c9ac608ee6 /src/INSTALLpc.txt
parent20e6cd07baed8992e7a509ccef7f111ffcded44d (diff)
Updated runtime files
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r--src/INSTALLpc.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt
index 762fdb6010..8607e9ddad 100644
--- a/src/INSTALLpc.txt
+++ b/src/INSTALLpc.txt
@@ -481,7 +481,10 @@ You need to set the following variables:
MZSCHEME: Where Racket is installed.
E.g. C:\Program Files (x86)\Racket
DYNAMIC_MZSCHEME: Whether dynamic linking is used. Usually, set to yes.
- MZSCHEME_VER: Racket DLL version. E.g. 3m_9z0ds0 for Racket 6.3.
+ MZSCHEME_VER: Racket DLL version which is used for the file name.
+ E.g. 3m_9z0ds0 for Racket 6.3.
+ The DLL can be found under the lib directory. E.g.
+ C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
MZSCHEME_COLLECTS: (Optional) Path of the collects directory used at
runtime. Default: $(MZSCHEME)\collects
User can override this with the PLTCOLLECTS environment