Statistics
| Branch: | Revision:

root / version.rc @ feature-archipelago

History | View | Annotate | Download (797 Bytes)

1 9fe6de94 Blue Swirl
#include <winver.h>
2 9fe6de94 Blue Swirl
#include "config-host.h"
3 9fe6de94 Blue Swirl
4 9fe6de94 Blue Swirl
VS_VERSION_INFO VERSIONINFO
5 9fe6de94 Blue Swirl
FILEVERSION CONFIG_FILEVERSION
6 9fe6de94 Blue Swirl
PRODUCTVERSION CONFIG_PRODUCTVERSION
7 9fe6de94 Blue Swirl
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
8 9fe6de94 Blue Swirl
FILEOS VOS_NT_WINDOWS32
9 9fe6de94 Blue Swirl
FILETYPE VFT_APP
10 9fe6de94 Blue Swirl
FILESUBTYPE VFT2_UNKNOWN
11 9fe6de94 Blue Swirl
{
12 9fe6de94 Blue Swirl
  BLOCK "StringFileInfo"
13 9fe6de94 Blue Swirl
  {
14 9fe6de94 Blue Swirl
    BLOCK "040904E4"
15 9fe6de94 Blue Swirl
    {
16 85938981 Stefan Hajnoczi
      VALUE "CompanyName", "http://www.qemu-project.org"
17 9fe6de94 Blue Swirl
      VALUE "FileDescription", "QEMU machine emulators and tools"
18 9fe6de94 Blue Swirl
      VALUE "FileVersion", QEMU_VERSION
19 9fe6de94 Blue Swirl
      VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License."
20 9fe6de94 Blue Swirl
      VALUE "LegalTrademarks", "QEMU is a trademark of Fabrice Bellard."
21 9fe6de94 Blue Swirl
      VALUE "ProductName", "QEMU"
22 9fe6de94 Blue Swirl
    }
23 9fe6de94 Blue Swirl
  }
24 9fe6de94 Blue Swirl
  BLOCK "VarFileInfo"
25 9fe6de94 Blue Swirl
  {
26 9fe6de94 Blue Swirl
    VALUE "Translation", 0x0409, 1252
27 9fe6de94 Blue Swirl
  }
28 9fe6de94 Blue Swirl
}
29 487cddb2 Stefan Weil
30 487cddb2 Stefan Weil
IDI_ICON1 ICON "pc-bios/qemu-nsis.ico"