mirror of
https://github.com/reactos/CMake.git
synced 2024-12-01 15:30:40 +00:00
5457b8254c
This commit enables building, for example, plugin bundles to be loaded by web browsers.
19 lines
291 B
R
19 lines
291 B
R
#include <CoreServices/CoreServices.r>
|
|
|
|
resource 'STR#' (126)
|
|
{ {
|
|
"${FBSTRING_LegalCopyright}",
|
|
"${FBSTRING_ProductName}"
|
|
} };
|
|
|
|
resource 'STR#' (127)
|
|
{ {
|
|
"${FBSTRING_FileDescription}"
|
|
} };
|
|
|
|
resource 'STR#' (128)
|
|
{ {
|
|
"${FBSTRING_MIMEType}",
|
|
"${FBSTRING_FileExtents}"
|
|
} };
|