summaryrefslogtreecommitdiff
path: root/src/mana-ea.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mana-ea.rc')
-rw-r--r--src/mana-ea.rc23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/mana-ea.rc b/src/mana-ea.rc
deleted file mode 100644
index 12068ea2..00000000
--- a/src/mana-ea.rc
+++ /dev/null
@@ -1,23 +0,0 @@
-#include <windows.h> // include for version info constants
-
-#include "winver.h"
-
-A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "../data/icons/mana.ico"
-
-1 VERSIONINFO
-FILEVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
-PRODUCTVERSION VER_MAJOR,VER_MINOR,VER_RELEASE,VER_BUILD
-//FILETYPE VFT_APP
-{
- BLOCK "StringFileInfo" {
- BLOCK "040904E4" {
- VALUE "CompanyName", "The Mana Development Team"
- VALUE "FileVersion", PACKAGE_VERSION
- VALUE "FileDescription", "Mana (Eathena)"
- VALUE "LegalCopyright", "2004-2010 (C)"
- VALUE "OriginalFilename", "mana-ea.exe"
- VALUE "ProductName", "Mana MMORPG Client"
- VALUE "ProductVersion", PACKAGE_VERSION
- }
- }
-}