annotate blastem.rc @ 2493:b62336ceb626 default tip

Kinda hacky fix to make sure Nuklear has the right GL context
author Michael Pavone <pavone@retrodev.com>
date Wed, 17 Apr 2024 22:18:45 -0700
parents e6b2b2341c68
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
977
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
1 1 VERSIONINFO
2297
e6b2b2341c68 Add Windows application manifest to opt-in to UTF-8
Michael Pavone <pavone@retrodev.com>
parents: 977
diff changeset
2 FILEVERSION 0,6,3,0
e6b2b2341c68 Add Windows application manifest to opt-in to UTF-8
Michael Pavone <pavone@retrodev.com>
parents: 977
diff changeset
3 PRODUCTVERSION 0,6,3,0
977
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
4 BEGIN
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
5 BLOCK "StringFileInfo"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
6 BEGIN
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
7 BLOCK "040904E4"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
8 BEGIN
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
9 VALUE "CompanyName", "RetroDev"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
10 VALUE "FileDescription", "BlastEm - A fast and accurate Genesis/Megadrive emulator"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
11 VALUE "FileVersion", "1.0"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
12 VALUE "InternalName", "blastem"
2297
e6b2b2341c68 Add Windows application manifest to opt-in to UTF-8
Michael Pavone <pavone@retrodev.com>
parents: 977
diff changeset
13 VALUE "LegalCopyright", "Copyright 2011-2023 Michael Pavone"
977
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
14 VALUE "OriginalFilename", "blastem.exe"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
15 VALUE "ProductName", "BlastEm"
2297
e6b2b2341c68 Add Windows application manifest to opt-in to UTF-8
Michael Pavone <pavone@retrodev.com>
parents: 977
diff changeset
16 VALUE "ProductVersion", "0.6.3-pre"
977
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
17 END
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
18 END
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
19
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
20 BLOCK "VarFileInfo"
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
21 BEGIN
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
22 VALUE "Translation", 0x409, 1252
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
23 END
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
24 END
4cbc349a82a9 Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone <pavone@retrodev.com>
parents:
diff changeset
25 2 ICON "icons/windows.ico"
2297
e6b2b2341c68 Add Windows application manifest to opt-in to UTF-8
Michael Pavone <pavone@retrodev.com>
parents: 977
diff changeset
26 3 RTF_MANIFEST blastem.exe.manifest