Index: build/web/kitcreator.vfs/index.rvt ================================================================== --- build/web/kitcreator.vfs/index.rvt +++ build/web/kitcreator.vfs/index.rvt @@ -1,9 +1,27 @@ " { + } + "=" { + set comparator "===" + } + "!" { + set comparator "!==" + } + default { + set value "${comparator}${value}" + set comparator "==" + } + } + + if {$keyword in {tcl_version kitcreator_version}} { + set keyword "versionEncoded($keyword)" + set value [versionEncoded $value] + } else { + set value "\"$value\"" + } + + puts "\t\tif ($keyword $comparator $value) \{" foreach option $disableoptions { puts "\t\t\tdisableOption(\"$option\");" } @@ -382,25 +461,25 @@ Kit Options: Package:
- Kit: Threaded
- Kit: Debugging Build
+ Kit: Threaded
+ Kit: Debugging Build
Kit: Build Library (KitDLL)
Kit: Always link Tk dynamically (if Tk is built)
- Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)
- Kit: Statically link packages in pkgs directory
- Kit: TCL_UTF_MAX=6 (incompatibility with standard Tcl)
- TLS: Statically link to LibSSL
- TLS: Build LibreSSL for this platform + Kit: "Minimal" build (remove extra packages shipped as part of Tcl and reduce encodings)
+ Kit: Statically link packages in pkgs directory
+ Kit: TCL_UTF_MAX=6 (incompatibility with standard Tcl)
+ TLS: Statically link to LibSSL
+ TLS: Build LibreSSL for this platform Kit Storage: -