Fossil SCM
Enable use of the private Tcl stubs mechanism by default in the custom MinGW makefile.
Commit
fe0bb727165ca0ee393daedfa87158f90deefd07
Parent
955886f18c48c2e…
1 file changed
+1
-1
+1
-1
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -58,11 +58,11 @@ | ||
| 58 | 58 | # |
| 59 | 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | 60 | |
| 61 | 61 | #### Load Tcl using the private stubs mechanism |
| 62 | 62 | # |
| 63 | -# FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 | |
| 63 | +FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 | |
| 64 | 64 | |
| 65 | 65 | #### Use the Tcl source directory instead of the install directory? |
| 66 | 66 | # This is useful when Tcl has been compiled statically with MinGW. |
| 67 | 67 | # |
| 68 | 68 | FOSSIL_TCL_SOURCE = 1 |
| 69 | 69 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -58,11 +58,11 @@ | |
| 58 | # |
| 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | |
| 61 | #### Load Tcl using the private stubs mechanism |
| 62 | # |
| 63 | # FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 64 | |
| 65 | #### Use the Tcl source directory instead of the install directory? |
| 66 | # This is useful when Tcl has been compiled statically with MinGW. |
| 67 | # |
| 68 | FOSSIL_TCL_SOURCE = 1 |
| 69 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -58,11 +58,11 @@ | |
| 58 | # |
| 59 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 60 | |
| 61 | #### Load Tcl using the private stubs mechanism |
| 62 | # |
| 63 | FOSSIL_ENABLE_TCL_PRIVATE_STUBS = 1 |
| 64 | |
| 65 | #### Use the Tcl source directory instead of the install directory? |
| 66 | # This is useful when Tcl has been compiled statically with MinGW. |
| 67 | # |
| 68 | FOSSIL_TCL_SOURCE = 1 |
| 69 |