diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-23 17:34:01 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-23 17:34:01 -0700 |
commit | a9e7727e7f66c0877957b469e172ed2f70aa5d64 (patch) | |
tree | 73f51f7f1c587d24b38cc1f32f3bca79c9c3b04b /blastem.rc | |
parent | 6706eb2b549729c23c8dd919d28f0d2fb32776a9 (diff) |
Inclue menu.bin in release directories. Added a Windows RC file and icon
Diffstat (limited to 'blastem.rc')
-rw-r--r-- | blastem.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/blastem.rc b/blastem.rc new file mode 100644 index 0000000..f5044d8 --- /dev/null +++ b/blastem.rc @@ -0,0 +1,25 @@ +1 VERSIONINFO +FILEVERSION 0,4,0,0 +PRODUCTVERSION 0,4,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + BEGIN + VALUE "CompanyName", "RetroDev" + VALUE "FileDescription", "BlastEm - A fast and accurate Genesis/Megadrive emulator" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "blastem" + VALUE "LegalCopyright", "Copyright 2011-2016 Michael Pavone" + VALUE "OriginalFilename", "blastem.exe" + VALUE "ProductName", "BlastEm" + VALUE "ProductVersion", "0.4.0" + END + END + + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1252 + END +END +2 ICON "icons/windows.ico" |