mirror of https://github.com/xemu-project/xemu.git
version.rc: Provide xemu metadata
This commit is contained in:
parent
16906a8dbb
commit
56a47b0e58
Binary file not shown.
After Width: | Height: | Size: 314 KiB |
16
version.rc
16
version.rc
|
@ -1,5 +1,13 @@
|
||||||
#include <winver.h>
|
#include <winver.h>
|
||||||
|
#if 0
|
||||||
#include "config-host.h"
|
#include "config-host.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* FIXME: Automate */
|
||||||
|
#define QEMU_VERSION "0.5.1"
|
||||||
|
#define QEMU_VERSION_MAJOR 0
|
||||||
|
#define QEMU_VERSION_MINOR 5
|
||||||
|
#define QEMU_VERSION_MICRO 1
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION QEMU_VERSION_MAJOR,QEMU_VERSION_MINOR,QEMU_VERSION_MICRO,0
|
FILEVERSION QEMU_VERSION_MAJOR,QEMU_VERSION_MINOR,QEMU_VERSION_MICRO,0
|
||||||
|
@ -13,12 +21,12 @@ FILESUBTYPE VFT2_UNKNOWN
|
||||||
{
|
{
|
||||||
BLOCK "040904E4"
|
BLOCK "040904E4"
|
||||||
{
|
{
|
||||||
VALUE "CompanyName", "https://www.qemu.org"
|
VALUE "CompanyName", "https://xemu.app"
|
||||||
VALUE "FileDescription", "QEMU machine emulators and tools"
|
VALUE "FileDescription", "xemu: Original Xbox Emulator"
|
||||||
VALUE "FileVersion", QEMU_VERSION
|
VALUE "FileVersion", QEMU_VERSION
|
||||||
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
|
VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
|
||||||
VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
|
VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
|
||||||
VALUE "ProductName", "QEMU"
|
VALUE "ProductName", "xemu"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
@ -27,4 +35,4 @@ FILESUBTYPE VFT2_UNKNOWN
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"
|
IDI_ICON1 ICON "ui/icons/xemu-icon.ico"
|
||||||
|
|
Loading…
Reference in New Issue