Fossil SCM
For custom makefile, build with Tcl stubs support by default.
Commit
2d63ffdd4f912ef0ad6ac504c7689cf5ba212b71
Parent
1f4cfd5776eb4ad…
1 file changed
+2
-2
+2
-2
| --- win/Makefile.mingw.mistachkin | ||
| +++ win/Makefile.mingw.mistachkin | ||
| @@ -46,15 +46,15 @@ | ||
| 46 | 46 | # |
| 47 | 47 | FOSSIL_ENABLE_SSL = 1 |
| 48 | 48 | |
| 49 | 49 | #### Enable scripting support via Tcl/Tk |
| 50 | 50 | # |
| 51 | -# FOSSIL_ENABLE_TCL = 1 | |
| 51 | +FOSSIL_ENABLE_TCL = 1 | |
| 52 | 52 | |
| 53 | 53 | #### Load Tcl using the stubs mechanism |
| 54 | 54 | # |
| 55 | -# FOSSIL_ENABLE_TCL_STUBS = 1 | |
| 55 | +FOSSIL_ENABLE_TCL_STUBS = 1 | |
| 56 | 56 | |
| 57 | 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | 59 | # |
| 60 | 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 | 61 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -46,15 +46,15 @@ | |
| 46 | # |
| 47 | FOSSIL_ENABLE_SSL = 1 |
| 48 | |
| 49 | #### Enable scripting support via Tcl/Tk |
| 50 | # |
| 51 | # FOSSIL_ENABLE_TCL = 1 |
| 52 | |
| 53 | #### Load Tcl using the stubs mechanism |
| 54 | # |
| 55 | # FOSSIL_ENABLE_TCL_STUBS = 1 |
| 56 | |
| 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | # |
| 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 |
| --- win/Makefile.mingw.mistachkin | |
| +++ win/Makefile.mingw.mistachkin | |
| @@ -46,15 +46,15 @@ | |
| 46 | # |
| 47 | FOSSIL_ENABLE_SSL = 1 |
| 48 | |
| 49 | #### Enable scripting support via Tcl/Tk |
| 50 | # |
| 51 | FOSSIL_ENABLE_TCL = 1 |
| 52 | |
| 53 | #### Load Tcl using the stubs mechanism |
| 54 | # |
| 55 | FOSSIL_ENABLE_TCL_STUBS = 1 |
| 56 | |
| 57 | #### Use the Tcl source directory instead of the install directory? |
| 58 | # This is useful when Tcl has been compiled statically with MinGW. |
| 59 | # |
| 60 | FOSSIL_TCL_SOURCE = 1 |
| 61 |