This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#include <windows.h> // include for version info constants |
| 2 |
|
| 3 |
#include "winver.h" |
| 4 |
|
| 5 |
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw.ico" |
| 6 |
|
| 7 |
1 VERSIONINFO |
| 8 |
FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD |
| 9 |
PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD |
| 10 |
FILETYPE VFT_APP { |
| 11 |
BLOCK "StringFileInfo" { |
| 12 |
BLOCK "040904E4" { |
| 13 |
VALUE "CompanyName", "The Mana World Development Team" |
| 14 |
VALUE "FileVersion", PACKAGE_VERSION |
| 15 |
VALUE "FileDescription", "The Mana World" |
| 16 |
VALUE "LegalCopyright", "2004-2009 (C)" |
| 17 |
VALUE "OriginalFilename", "tmw.exe" |
| 18 |
VALUE "ProductName", "The Mana World MMORPG" |
| 19 |
VALUE "ProductVersion", PACKAGE_VERSION |
| 20 |
} |
| 21 |
} |
| 22 |
} |