GUI: Include Windows resources from resource file having version info.

This commit is contained in:
Kimmo Varis 2009-06-13 23:13:03 +03:00
parent e240848bc1
commit 3311113775
1 changed files with 4 additions and 1 deletions

View File

@ -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"