GUI: Include Windows resources from resource file having version info.
This commit is contained in:
parent
e240848bc1
commit
3311113775
|
@ -1,2 +1,5 @@
|
||||||
// Windows resource file
|
// Include command line program's resource file containing version info etc.
|
||||||
|
#include "..\src\cppcheck.rc"
|
||||||
|
|
||||||
|
// GUI Icon
|
||||||
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"
|
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"
|
||||||
|
|
Loading…
Reference in New Issue