2015-06-17 2:29 GMT+02:00 Jan Danielsson <jan.m.daniels...@gmail.com>: > Feature: On a few systems I want to have a dynamically linked > fossil.exe. I'm thinking "FOSSIL_DYNAMIC_LINK=1" (changes default ZLIB > to zdll.lib, /MT -> /MD, and link against DLL CRT).
Well, I would expect this to be two different options: /MT vs /MD controls the C runtime being dynamic or not (which I would expect FOSSIL_DYNAMIC_LINK to do), but whether ZLIB is linked in dynamically should be a separate choice. On windows, I don't see any reason to use a dynamic zlib, it only complicates the re-distribution of fossil.exe since zlib1.dll then always needs to be re-distributed with it. Regards, Jan Nijtmans _______________________________________________ fossil-dev mailing list fossil-dev@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev