t2b icon indicating copy to clipboard operation
t2b copied to clipboard

Windows release - static build

Open gitrust opened this issue 7 years ago • 2 comments

Hi Tobe,

I have experienced an error executing t2b.exe in Windows because MSVCP140.dll is missing. Building a Windows release with statically linked libraries would be appreciated.

gitrust avatar Jun 15 '18 07:06 gitrust

Sounds good, as long as I can figure out how to link that in CMake. Maybe something like:

if (${WINDOWS})
  target_link_libraries(t2b MSVCP14.dll)
endif()

thosakwe avatar Jun 15 '18 21:06 thosakwe

Maybe this link can be of any help:

https://cmake.org/pipermail/cmake/2007-March/013315.html

gitrust avatar Jun 22 '18 13:06 gitrust