jscript: Add a version resource.
This commit is contained in:
parent
3b9df46e03
commit
ed4143b912
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue