Merge pull request #46 from rpavlik/patch-1

Use forward slashes in resource file to support cross-building.
This commit is contained in:
Daniel Marjamäki 2011-10-25 11:49:50 -07:00
commit 321aadf848
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Include command line program's resource file containing version info etc.
#include "..\cli\cppcheck.rc"
#include "../cli/cppcheck.rc"
// GUI Icon
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"