| 1 | // This include file is generated via build.zig, and it #defines GENERATED_DEFINE |
| 2 | #include "generated.h" |
| 3 | FOO RCDATA { GENERATED_DEFINE } |
| 4 | |
| 5 | #define ICO_ID 1 |
| 6 | |
| 7 | // Nothing from windows.h is used in this .rc file, |
| 8 | // but it's common to include it within a .rc file |
| 9 | // so this makes sure that it can be found on |
| 10 | // all platforms. |
| 11 | #include "windows.h" |
| 12 | |
| 13 | ICO_ID ICON "zig.ico" |
| 14 | |
| 15 | 1 VERSIONINFO |
| 16 | FILEVERSION 1L,0,0,2 |
| 17 | PRODUCTVERSION 1,0,0,1 |
| 18 | FILEFLAGSMASK 0x3fL |
| 19 | FILEFLAGS 0x1L |
| 20 | FILEOS 0x4L |
| 21 | FILETYPE 0x1L |
| 22 | FILESUBTYPE 0x0L |
| 23 | BEGIN |
| 24 | BLOCK "StringFileInfo" |
| 25 | BEGIN |
| 26 | BLOCK "040904e4" |
| 27 | BEGIN |
| 28 | VALUE "CompanyName", "Zig" |
| 29 | VALUE "FileDescription", "My cool zig program" |
| 30 | VALUE "FileVersion", "1.0.0.1" |
| 31 | VALUE "InternalName", "zig-ico.exe" |
| 32 | VALUE "LegalCopyright", "(c) no one" |
| 33 | VALUE "OriginalFilename", "zig-ico.exe" |
| 34 | VALUE "ProductName", "Zig but with an icon" |
| 35 | VALUE "ProductVersion", "1.0.0.1" |
| 36 | END |
| 37 | END |
| 38 | BLOCK "VarFileInfo" |
| 39 | BEGIN |
| 40 | VALUE "Translation", 0x409, 1252 |
| 41 | END |
| 42 | END |
| 43 | |
| 44 | #include "sub/sub.rc" |