wesnoth/packaging/windows/campaignd.rc
newfrenchy83 da95fedcad Update Code::Blocks project (#3585)
(cherry-picked from commit 248af054c70f7e924b6caf24b95d7ff0617f5a12)
2018-10-07 03:25:23 +00:00

31 lines
987 B
Plaintext

#include "windows.h"
#include "../../src/wesconfig.h"
WESNOTH_ICON ICON "wesnoth-icon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION RC_VERSION_MAJOR, RC_VERSION_MINOR, RC_VERSION_REVISION, 0
PRODUCTVERSION RC_VERSION_MAJOR, RC_VERSION_MINOR, RC_VERSION_REVISION, 0
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Wesnoth Campaign Server\0"
VALUE "InternalName", "campaignd\0"
VALUE "OriginalFilename", "campaignd.exe\0"
VALUE "FileVersion", VERSION "\0"
VALUE "ProductVersion", VERSION "\0"
VALUE "ProductName", "The Battle for Wesnoth\0"
VALUE "CompanyName", "The Battle for Wesnoth Project\0"
VALUE "LegalCopyright", "(C) 2003-2018 The Battle for Wesnoth Project\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END