Hi, I am trying to find information about how to add version
information to Windows DLLs. Something like adding a resource to the
DLL so that specific version information (product version, name, etc.)
shows up when the DLL properties are displayed. Simple file-version
resource stuff (VS_VERSIONINFO
Hello and Merry Christmas,
I've got a question: how to use my custom NSIS script with
CMake+CPack? Namely, I want the 'make package' which you
get after using INCLUDE(CPack) to install files and then use
myownscript.nsi to actually invoke makensis. I can do that
by doing something like
make insta