wrath-darkplaces/darkplaces.rc

28 lines
710 B
Plaintext
Raw Normal View History

2019-11-25 10:41:09 -08:00
#include <windows.h> // include for version info constants
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "darkplaces.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Forest Hale Digital Services"
VALUE "FileVersion", "1.0"
VALUE "FileDescription", "DarkPlaces Game Engine"
VALUE "InternalName", "darkplaces.exe"
VALUE "LegalCopyright", "id Software, Forest Hale, and contributors"
VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "darkplaces.exe"
VALUE "ProductName", "DarkPlaces"
VALUE "ProductVersion", "1.0"
}
}
}
1 RT_MANIFEST darkplaces.exe.manifest