diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-01 20:44:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-01 20:44:53 +0200 |
commit | f55e4c867f774d1f27973d06b07b97c0a4d6b968 (patch) | |
tree | 11ade42ed16b0789073602e38dd860c9ac608ee6 /src/INSTALLpc.txt | |
parent | 20e6cd07baed8992e7a509ccef7f111ffcded44d (diff) | |
download | vim-git-f55e4c867f774d1f27973d06b07b97c0a4d6b968.tar.gz |
Updated runtime files
Diffstat (limited to 'src/INSTALLpc.txt')
-rw-r--r-- | src/INSTALLpc.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/INSTALLpc.txt b/src/INSTALLpc.txt index 762fdb601..8607e9dda 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 |