File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,6 +221,8 @@ endif
221221# MZSCHEME=[Path to MzScheme directory] (Set inside Make_cyg.mak or Make_ming.mak)
222222# DYNAMIC_MZSCHEME=yes (to load the MzScheme DLL dynamically)
223223# MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
224+ # Used for the DLL file name. E.g.:
225+ # C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
224226# MZSCHEME_DEBUG=no
225227ifdef MZSCHEME
226228ifndef DYNAMIC_MZSCHEME
Original file line number Diff line number Diff line change 4747# MzScheme interface:
4848# MZSCHEME=[Path to MzScheme directory]
4949# DYNAMIC_MZSCHEME=yes (to load the MzScheme DLLs dynamically)
50- # MZSCHEME_VER=[version, 205_000, ...] (default is 3m_a0solc (6.6))
50+ # MZSCHEME_VER=[MzScheme version] (default is 3m_a0solc (6.6))
51+ # Used for the DLL file name. E.g.:
52+ # C:\Program Files (x86)\Racket\lib\libracket3m_XXXXXX.dll
5153# MZSCHEME_DEBUG=no
5254#
5355# Perl interface:
Original file line number Diff line number Diff line change @@ -761,6 +761,8 @@ static char *(features[]) =
761761
762762static int included_patches [] =
763763{ /* Add new patch number below this line */
764+ /**/
765+ 1124 ,
764766/**/
765767 1123 ,
766768/**/
You can’t perform that action at this time.
0 commit comments