Fossil SCM
Added FOSSIL_ENABLE_JSON option to Makefile.mingw.
Commit
aae3f5b6299592a0ce1a8069bf611805e59d29ae
Parent
21e7cea48e322ac…
2 files changed
+5
+5
+5
| --- src/makemake.tcl | ||
| +++ src/makemake.tcl | ||
| @@ -432,10 +432,15 @@ | ||
| 432 | 432 | |
| 433 | 433 | # With Tcl support (statically linked) |
| 434 | 434 | ifdef FOSSIL_ENABLE_TCL |
| 435 | 435 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 436 | 436 | endif |
| 437 | + | |
| 438 | +# With Tcl support (statically linked) | |
| 439 | +ifdef FOSSIL_ENABLE_JSON | |
| 440 | +TCC += -DFOSSIL_ENABLE_JSON | |
| 441 | +endif | |
| 437 | 442 | |
| 438 | 443 | #### Extra arguments for linking the finished binary. Fossil needs |
| 439 | 444 | # to link against the Z-Lib compression library. There are no |
| 440 | 445 | # other mandatory dependencies. We add the -static option here |
| 441 | 446 | # so that we can build a static executable that will run in a |
| 442 | 447 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -432,10 +432,15 @@ | |
| 432 | |
| 433 | # With Tcl support (statically linked) |
| 434 | ifdef FOSSIL_ENABLE_TCL |
| 435 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 436 | endif |
| 437 | |
| 438 | #### Extra arguments for linking the finished binary. Fossil needs |
| 439 | # to link against the Z-Lib compression library. There are no |
| 440 | # other mandatory dependencies. We add the -static option here |
| 441 | # so that we can build a static executable that will run in a |
| 442 |
| --- src/makemake.tcl | |
| +++ src/makemake.tcl | |
| @@ -432,10 +432,15 @@ | |
| 432 | |
| 433 | # With Tcl support (statically linked) |
| 434 | ifdef FOSSIL_ENABLE_TCL |
| 435 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 436 | endif |
| 437 | |
| 438 | # With Tcl support (statically linked) |
| 439 | ifdef FOSSIL_ENABLE_JSON |
| 440 | TCC += -DFOSSIL_ENABLE_JSON |
| 441 | endif |
| 442 | |
| 443 | #### Extra arguments for linking the finished binary. Fossil needs |
| 444 | # to link against the Z-Lib compression library. There are no |
| 445 | # other mandatory dependencies. We add the -static option here |
| 446 | # so that we can build a static executable that will run in a |
| 447 |
+5
| --- win/Makefile.mingw | ||
| +++ win/Makefile.mingw | ||
| @@ -115,10 +115,15 @@ | ||
| 115 | 115 | |
| 116 | 116 | # With Tcl support (statically linked) |
| 117 | 117 | ifdef FOSSIL_ENABLE_TCL |
| 118 | 118 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 119 | 119 | endif |
| 120 | + | |
| 121 | +# With Tcl support (statically linked) | |
| 122 | +ifdef FOSSIL_ENABLE_JSON | |
| 123 | +TCC += -DFOSSIL_ENABLE_JSON | |
| 124 | +endif | |
| 120 | 125 | |
| 121 | 126 | #### Extra arguments for linking the finished binary. Fossil needs |
| 122 | 127 | # to link against the Z-Lib compression library. There are no |
| 123 | 128 | # other mandatory dependencies. We add the -static option here |
| 124 | 129 | # so that we can build a static executable that will run in a |
| 125 | 130 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -115,10 +115,15 @@ | |
| 115 | |
| 116 | # With Tcl support (statically linked) |
| 117 | ifdef FOSSIL_ENABLE_TCL |
| 118 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 119 | endif |
| 120 | |
| 121 | #### Extra arguments for linking the finished binary. Fossil needs |
| 122 | # to link against the Z-Lib compression library. There are no |
| 123 | # other mandatory dependencies. We add the -static option here |
| 124 | # so that we can build a static executable that will run in a |
| 125 |
| --- win/Makefile.mingw | |
| +++ win/Makefile.mingw | |
| @@ -115,10 +115,15 @@ | |
| 115 | |
| 116 | # With Tcl support (statically linked) |
| 117 | ifdef FOSSIL_ENABLE_TCL |
| 118 | TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD |
| 119 | endif |
| 120 | |
| 121 | # With Tcl support (statically linked) |
| 122 | ifdef FOSSIL_ENABLE_JSON |
| 123 | TCC += -DFOSSIL_ENABLE_JSON |
| 124 | endif |
| 125 | |
| 126 | #### Extra arguments for linking the finished binary. Fossil needs |
| 127 | # to link against the Z-Lib compression library. There are no |
| 128 | # other mandatory dependencies. We add the -static option here |
| 129 | # so that we can build a static executable that will run in a |
| 130 |