summaryrefslogtreecommitdiff
path: root/src/mana.rc
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-11-08 09:36:01 -0700
committerJared Adams <jaxad0127@gmail.com>2009-11-08 09:36:01 -0700
commit546e7e29628454e18aa8af27882545b302550a03 (patch)
tree74fc45fface8d5186fd09a33a8594b0435f23517 /src/mana.rc
parent819f8f85898c1a34dd1de439350f8732a9d840a7 (diff)
downloadmana-client-546e7e29628454e18aa8af27882545b302550a03.tar.gz
mana-client-546e7e29628454e18aa8af27882545b302550a03.tar.bz2
mana-client-546e7e29628454e18aa8af27882545b302550a03.tar.xz
mana-client-546e7e29628454e18aa8af27882545b302550a03.zip
Rename the rc file to mana instead of tmw
Diffstat (limited to 'src/mana.rc')
-rw-r--r--src/mana.rc23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mana.rc b/src/mana.rc
new file mode 100644
index 00000000..62dd9ec3
--- /dev/null
+++ b/src/mana.rc
@@ -0,0 +1,23 @@
+#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"
+ VALUE "LegalCopyright", "2004-2009 (C)"
+ VALUE "OriginalFilename", "mana.exe"
+ VALUE "ProductName", "Mana MMORPG Client"
+ VALUE "ProductVersion", PACKAGE_VERSION
+ }
+ }
+}
+