jscript: Add a version resource.

This commit is contained in:
Hans Leidekker 2011-11-01 11:09:02 +01:00 committed by Alexandre Julliard
parent 3b9df46e03
commit ed4143b912
1 changed files with 9 additions and 0 deletions

View File

@ -55,3 +55,12 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/* @makedep: jscript.rgs */
2 WINE_REGISTRY jscript.rgs
#define WINE_FILEDESCRIPTION_STR "Wine JScript"
#define WINE_FILENAME_STR "jscript.dll"
#define WINE_FILEVERSION 5,7,7601,16982
#define WINE_FILEVERSION_STR "5.8.7601.16982"
#define WINE_PRODUCTVERSION 5,8,7601,16982
#define WINE_PRODUCTVERSION_STR "5.8.7601.16982"
#include "wine/wine_common_ver.rc"