diff options
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/icon.rc | 28 | ||||
| -rw-r--r-- | misc/icon.res | bin | 0 -> 102850 bytes | |||
| -rw-r--r-- | misc/logo_512.ico | bin | 0 -> 101503 bytes |
3 files changed, 28 insertions, 0 deletions
diff --git a/misc/icon.rc b/misc/icon.rc new file mode 100644 index 0000000..85b2f1d --- /dev/null +++ b/misc/icon.rc @@ -0,0 +1,28 @@ +#include <windows.h> +#include <wingdi.h> +#include <winuser.h> + +RC_LOGO ICON "logo_512.ico" +1 VERSIONINFO +FILEVERSION 0,1,0,0 +PRODUCTVERSION 0,1,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904E4" + BEGIN + VALUE "CompanyName", "Aldrik Ramaekers" + VALUE "FileDescription", "Text-search" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "Text-search" + VALUE "LegalCopyright", "Aldrik Ramaekers" + VALUE "OriginalFilename", "Text-search.exe" + VALUE "ProductName", "Text-search" + VALUE "ProductVersion", "1.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END diff --git a/misc/icon.res b/misc/icon.res Binary files differnew file mode 100644 index 0000000..ef35332 --- /dev/null +++ b/misc/icon.res diff --git a/misc/logo_512.ico b/misc/logo_512.ico Binary files differnew file mode 100644 index 0000000..c014524 --- /dev/null +++ b/misc/logo_512.ico |
