Fossil SCM

Added FOSSIL_ENABLE_JSON option to Makefile.mingw.

stephan 2012-02-17 19:43 trunk
Commit aae3f5b6299592a0ce1a8069bf611805e59d29ae
--- src/makemake.tcl
+++ src/makemake.tcl
@@ -432,10 +432,15 @@
432432
433433
# With Tcl support (statically linked)
434434
ifdef FOSSIL_ENABLE_TCL
435435
TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD
436436
endif
437
+
438
+# With Tcl support (statically linked)
439
+ifdef FOSSIL_ENABLE_JSON
440
+TCC += -DFOSSIL_ENABLE_JSON
441
+endif
437442
438443
#### Extra arguments for linking the finished binary. Fossil needs
439444
# to link against the Z-Lib compression library. There are no
440445
# other mandatory dependencies. We add the -static option here
441446
# so that we can build a static executable that will run in a
442447
--- 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
--- win/Makefile.mingw
+++ win/Makefile.mingw
@@ -115,10 +115,15 @@
115115
116116
# With Tcl support (statically linked)
117117
ifdef FOSSIL_ENABLE_TCL
118118
TCC += -DFOSSIL_ENABLE_TCL=1 -DSTATIC_BUILD
119119
endif
120
+
121
+# With Tcl support (statically linked)
122
+ifdef FOSSIL_ENABLE_JSON
123
+TCC += -DFOSSIL_ENABLE_JSON
124
+endif
120125
121126
#### Extra arguments for linking the finished binary. Fossil needs
122127
# to link against the Z-Lib compression library. There are no
123128
# other mandatory dependencies. We add the -static option here
124129
# so that we can build a static executable that will run in a
125130
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button