From b9d581cf5f7c1439f391d3f4906308f9e40d8012 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Thu, 20 Jul 2006 10:10:23 +0000 Subject: Added a resource script to let both Dev-Cpp and Code::Blocks share the same binary icon and version infos. --- src/tmw.rc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/tmw.rc (limited to 'src/tmw.rc') diff --git a/src/tmw.rc b/src/tmw.rc new file mode 100644 index 00000000..31411b61 --- /dev/null +++ b/src/tmw.rc @@ -0,0 +1,34 @@ +#include // include for version info constants + + +A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw-icon.ico" + +// +// TO CHANGE VERSION INFORMATION, EDIT PROJECT OPTIONS... +// +1 VERSIONINFO +FILEVERSION 0,0,20,0 +PRODUCTVERSION 0,0,20,0 +FILETYPE VFT_APP +{ + BLOCK "StringFileInfo" + { + BLOCK "040904E4" + { + VALUE "CompanyName", "The Mana World Development Team" + VALUE "FileVersion", "0.0.20" + VALUE "FileDescription", "The Mana World" + VALUE "InternalName", "tmw.exe" + VALUE "LegalCopyright", "2004-2006 (C)" + VALUE "LegalTrademarks", "" + VALUE "OriginalFilename", "tmw.exe" + VALUE "ProductName", "The Mana World MMORPG" + VALUE "ProductVersion", "0.0.20" + } + } + BLOCK "VarFileInfo" + { + VALUE "Translation", 0x0409, 1252 + } +} + -- cgit v1.2.3-60-g2f50