summaryrefslogtreecommitdiff
path: root/src/tmw.rc
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-24 09:37:22 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-11-24 09:37:22 +0100
commit98c58bb9d3d39e4edbff05387b905a6c0fffa85d (patch)
tree0e7f023b2e5dd15d53706dfcdd7b17bc8122f3b2 /src/tmw.rc
parent5523ebb7850d99ecf750009b853dad6cb914e9e5 (diff)
downloadmana-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.rc46
1 files changed, 23 insertions, 23 deletions
diff --git a/src/tmw.rc b/src/tmw.rc
index 673b2387..9661ac6b 100644
--- a/src/tmw.rc
+++ b/src/tmw.rc
@@ -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
+ }
+ }
+}
+