diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-24 09:37:22 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2008-11-24 09:37:22 +0100 |
commit | 98c58bb9d3d39e4edbff05387b905a6c0fffa85d (patch) | |
tree | 0e7f023b2e5dd15d53706dfcdd7b17bc8122f3b2 /src/tmw.rc | |
parent | 5523ebb7850d99ecf750009b853dad6cb914e9e5 (diff) | |
download | mana-98c58bb9d3d39e4edbff05387b905a6c0fffa85d.tar.gz mana-98c58bb9d3d39e4edbff05387b905a6c0fffa85d.tar.bz2 mana-98c58bb9d3d39e4edbff05387b905a6c0fffa85d.tar.xz mana-98c58bb9d3d39e4edbff05387b905a6c0fffa85d.zip |
Converted some DOS newlines to UNIX
Diffstat (limited to 'src/tmw.rc')
-rw-r--r-- | src/tmw.rc | 46 |
1 files changed, 23 insertions, 23 deletions
@@ -1,23 +1,23 @@ -#include <windows.h> // include for version info constants
-
-#include "winver.h"
-
-A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw.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 World Development Team"
- VALUE "FileVersion", PACKAGE_VERSION
- VALUE "FileDescription", "The Mana World"
- VALUE "LegalCopyright", "2004-2006 (C)"
- VALUE "OriginalFilename", "tmw.exe"
- VALUE "ProductName", "The Mana World MMORPG"
- VALUE "ProductVersion", PACKAGE_VERSION
- }
- }
-}
-
+#include <windows.h> // include for version info constants + +#include "winver.h" + +A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "data/icons/tmw.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 World Development Team" + VALUE "FileVersion", PACKAGE_VERSION + VALUE "FileDescription", "The Mana World" + VALUE "LegalCopyright", "2004-2006 (C)" + VALUE "OriginalFilename", "tmw.exe" + VALUE "ProductName", "The Mana World MMORPG" + VALUE "ProductVersion", PACKAGE_VERSION + } + } +} + |