Difference between revisions of "LRM rc Support"
(Created page with "== Example .rc file == <pre> // Microsoft Visual C++ generated resource script. // #include "Smoke.h" #define APSTUDIO_READONLY_SYMBOLS //////////////////////////////////////...") |
(→Example .rc file) |
||
Line 72: | Line 72: | ||
// END_SHARED_ENTRIES |
// END_SHARED_ENTRIES |
||
− | // SOURCE_FILE C:/ |
+ | // SOURCE_FILE C:/Path/to/my/source/file/FilterPatternOrderTests.js |
STRINGTABLE |
STRINGTABLE |
||
BEGIN |
BEGIN |
||
Line 79: | Line 79: | ||
END |
END |
||
− | // SOURCE_FILE C:/ |
+ | // SOURCE_FILE C:/Path/to/my/source/file/example-source-javascript/strings.js |
STRINGTABLE |
STRINGTABLE |
||
BEGIN |
BEGIN |
Revision as of 16:40, 2 February 2017
Example .rc file
// Microsoft Visual C++ generated resource script. // #include "Smoke.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU) LANGUAGE 9, 1 #pragma code_page(1252) #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED #endif // English (U.S.) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // Default Locale Resources // SHARED_ENTRIES STRINGTABLE BEGIN FILT_TRUE_5 "true" END // END_SHARED_ENTRIES // SOURCE_FILE C:/Path/to/my/source/file/FilterPatternOrderTests.js STRINGTABLE BEGIN FILT_TRUE_4 "true" FILT_DDMMYYY_6 "dd/MM/yyyy" END // SOURCE_FILE C:/Path/to/my/source/file/example-source-javascript/strings.js STRINGTABLE BEGIN STRI_ANDTHIS_1 "&and this " STRI_ISHOULD_2 "I should be detected because not in ignore next line comment" STRI_ISHOULD_3 "I should be detected because outside ignore start/end block" END