mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
4ddc12ce40
This allows for the same customization git-version.cpp allows. Also, improve messaging slightly during build if git is missing, and disallow reporting for builds generated without version info to make it clear to users.
41 lines
2.4 KiB
Plaintext
41 lines
2.4 KiB
Plaintext
|
|
// This file is encoded in UTF-16, which is not supported by git. It is included in ppsspp.rc with "include".
|
|
|
|
// win-version.h is generated by git-version-gen.cmd.
|
|
#include "win-version.h"
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION PPSSPP_WIN_VERSION_COMMA
|
|
PRODUCTVERSION PPSSPP_WIN_VERSION_COMMA
|
|
FILEFLAGSMASK 0x17L
|
|
#ifdef _DEBUG
|
|
FILEFLAGS 0x1L
|
|
#else
|
|
FILEFLAGS 0x0L
|
|
#endif
|
|
FILEOS 0x4L
|
|
FILETYPE 0x0L
|
|
FILESUBTYPE 0x0L
|
|
BEGIN
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "Comments", "PPSSPP PSP emulator"
|
|
VALUE "CompanyName", "Henrik Rydgård"
|
|
VALUE "FileDescription", "PPSSPP"
|
|
VALUE "FileVersion", PPSSPP_WIN_VERSION_STRING
|
|
VALUE "InternalName", "PPSSPPEmu"
|
|
VALUE "LegalCopyright", "Copyright (C) 2006-2015 by Henrik Rydgård"
|
|
VALUE "LegalTrademarks", "All product names are trademarks of their respective owners."
|
|
VALUE "OriginalFilename", "PPSSPP.exe"
|
|
VALUE "ProductName", "PPSSPP"
|
|
VALUE "ProductVersion", PPSSPP_WIN_VERSION_STRING
|
|
END
|
|
END
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
END
|