You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For release we are looking to distribute cares.dll and on building using CMake on Windows we have noticed that cares.dll does not have the version information defined.
There appears to be a cares.rc file in the src/lib folder which contains the StringFileInfo block to set the dll file information (including version), but this is not included in the src/lib/Makefile.inc CSOURCES defintion. Adding the resource file to this list does build cares.dll with file information on Windows.
Is this deliberately left out due to platform/architecture build issues, been superceeded, or can this be added?
Many thanks.
The text was updated successfully, but these errors were encountered:
For release we are looking to distribute cares.dll and on building using CMake on Windows we have noticed that cares.dll does not have the version information defined.
There appears to be a cares.rc file in the src/lib folder which contains the StringFileInfo block to set the dll file information (including version), but this is not included in the src/lib/Makefile.inc CSOURCES defintion. Adding the resource file to this list does build cares.dll with file information on Windows.
Is this deliberately left out due to platform/architecture build issues, been superceeded, or can this be added?
Many thanks.
The text was updated successfully, but these errors were encountered: