diff options
Diffstat (limited to 'Tests/VSResource/test.rc')
-rw-r--r-- | Tests/VSResource/test.rc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Tests/VSResource/test.rc b/Tests/VSResource/test.rc index 8aab8b7..2e87a68 100644 --- a/Tests/VSResource/test.rc +++ b/Tests/VSResource/test.rc @@ -1,5 +1,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
\ No newline at end of file +#endif |