The Windows executable should have an icon. This seems to be done with a resource script, which must be compiled with RC and linked into the binary:
1 ICON "data/antares.ico"
There can be multiple IDs, but the lowest numbered one will be used for the exe icon.
The Windows executable should have an icon. This seems to be done with a resource script, which must be compiled with
RCand linked into the binary:There can be multiple IDs, but the lowest numbered one will be used for the exe icon.