diff options
author | Kraant <kraant@gmail.com> | 2008-08-07 21:36:18 +0000 |
---|---|---|
committer | Kraant <kraant@gmail.com> | 2008-08-07 21:36:18 +0000 |
commit | d63aff470f914d711b92af12ceb7944e8a6e24f4 (patch) | |
tree | 837585ea16854831dd6cd9ffc0592649076cc64a /src/aethyra.rc | |
parent | 128afe364bf797d02424b6e7191bb4bd4c1df21d (diff) | |
download | mana-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.gz mana-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.bz2 mana-d63aff470f914d711b92af12ceb7944e8a6e24f4.tar.xz mana-d63aff470f914d711b92af12ceb7944e8a6e24f4.zip |
Rebranding TME to Aethyra
Diffstat (limited to 'src/aethyra.rc')
-rw-r--r-- | src/aethyra.rc | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/aethyra.rc b/src/aethyra.rc new file mode 100644 index 00000000..f35c547d --- /dev/null +++ b/src/aethyra.rc @@ -0,0 +1,23 @@ +#include <windows.h> // include for version info constants
+
+#include "winver.h"
+
+A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/aethyra.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", "Aethyra Development Team"
+ VALUE "FileVersion", PACKAGE_VERSION
+ VALUE "FileDescription", "Aethyra Experiment"
+ VALUE "LegalCopyright", "2008 (C)"
+ VALUE "OriginalFilename", "aethyra.exe"
+ VALUE "ProductName", "Aethyra MMORPG"
+ VALUE "ProductVersion", PACKAGE_VERSION
+ }
+ }
+}
+
|