- Stored global information about cppcheck version and copyright string in a single resource.h file. - Use macros of windows.h instead of numeric values for filetype, etc. - Added versioninfo metadata to lib (#4275) - Removed VS resource editor code from resource files - these files shouldn't be modified with it to avoid information loss - Renamed files to version.h/rc - Encoded files as ANSI again - use escape sequences for unicode characters in literals (#4281)
6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
// Include command line program's resource file containing version info
|
|
#include "../cli/version.rc"
|
|
|
|
// GUI Icon
|
|
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"
|