Watchman Windows builds currently require a shared library dependency against msvcr120.dll (MSVC 2013).
Would it be possible to do a dynamic link against the universal CRT (which is part of Windows 10)? (I think this requires switching to MSVC 2015.)
If sticking with MSVC 2013 is desired, could the CRT be statically linked so as to not incur the shared library dependency? Or, could the watchman binary distribution include a copy of msvcr120.dll so end-user machines don't need a previous install of the runtime to run watchman.exe?
Watchman Windows builds currently require a shared library dependency against msvcr120.dll (MSVC 2013).
Would it be possible to do a dynamic link against the universal CRT (which is part of Windows 10)? (I think this requires switching to MSVC 2015.)
If sticking with MSVC 2013 is desired, could the CRT be statically linked so as to not incur the shared library dependency? Or, could the watchman binary distribution include a copy of msvcr120.dll so end-user machines don't need a previous install of the runtime to run watchman.exe?