mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
vbscript: Add a version resource.
This commit is contained in:
parent
5266f34c3c
commit
3b9df46e03
1 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue