vbscript: Add a version resource.

Hans Leidekker hans at codeweavers.com
Tue Nov 1 05:08:45 CDT 2011


See http://bugs.winehq.org/show_bug.cgi?id=9444
---
 dlls/vbscript/vbscript.rc |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/dlls/vbscript/vbscript.rc b/dlls/vbscript/vbscript.rc
index 311804f..346f2bd 100644
--- a/dlls/vbscript/vbscript.rc
+++ b/dlls/vbscript/vbscript.rc
@@ -22,3 +22,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 
 /* @makedep: vbscript.rgs */
 2 WINE_REGISTRY vbscript.rgs
+
+#define WINE_FILEDESCRIPTION_STR "Wine VBScript"
+#define WINE_FILENAME_STR "vbscript.dll"
+#define WINE_FILEVERSION 5,8,7601,16978
+#define WINE_FILEVERSION_STR "5.8.7601.16978"
+#define WINE_PRODUCTVERSION 5,8,0,16978
+#define WINE_PRODUCTVERSION_STR "5.8.7601.16978"
+
+#include "wine/wine_common_ver.rc"
-- 
1.7.5.4






More information about the wine-patches mailing list