Use forward slashes in resource file to support cross-building.

This commit is contained in:
Ryan Pavlik 2011-10-24 15:41:21 -05:00
parent a076b24dc6
commit d3ede39d24
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 command line program's resource file containing version info etc.
#include "..\cli\cppcheck.rc" #include "../cli/cppcheck.rc"
// GUI Icon // GUI Icon
IDI_ICON1 ICON DISCARDABLE "cppcheck.ico" IDI_ICON1 ICON DISCARDABLE "cppcheck.ico"