summaryrefslogtreecommitdiffstats
path: root/Tests/VSResource/test.rc
blob: 2e87a68407657a9c5a6a7e47a525ceb51a2e9994 (plain)
1
2
3
4
5
6
7
8
9
10
#ifdef CMAKE_RCDEFINE
hello TEXT DISCARDABLE CMAKE_RCDEFINE

STRINGTABLE
BEGIN
  1 CMAKE_RCDEFINE
END
#else
#error "resource compiler did not get defines from command line!"
#endif