Mercurial > repos > blastem
annotate blastem.rc @ 2688:b42f00a3a937 default tip
Fix default target. Ensure m68k.h and z80.h are built before anything else when no dep info is available
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 31 Mar 2025 21:06:18 -0700 |
parents | e6b2b2341c68 |
children |
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 |