mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
jscript: Add a version resource.
This commit is contained in:
parent
3b9df46e03
commit
ed4143b912
1 changed files with 9 additions and 0 deletions
|
@ -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 a new issue