Add version resource to dplayx.dll, versioned to DirectX 7.0.

This commit is contained in:
Ove Kaaven 2001-04-16 18:59:59 +00:00 committed by Alexandre Julliard
parent ce4e097d4c
commit 0a49df16ed
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
*.spec.c
*.spec.glue.s
Makefile
version.res

View File

@ -19,6 +19,9 @@ C_SRCS = \
lobbysp.c \
name_server.c
RC_SRCS = \
version.rc
@MAKE_DLL_RULES@
### Dependencies:

View File

@ -1,6 +1,7 @@
name dplayx
type win32
init DPLAYX_LibMain
rsrc version.res
import winmm.dll
import ole32.dll

7
dlls/dplayx/version.rc Normal file
View File

@ -0,0 +1,7 @@
#define WINE_FILEDESCRIPTION_STR "Wine DirectPlay"
#define WINE_FILENAME_STR "dplayx.dll"
#define WINE_PRODUCTVERSION 4,7,0,0
#define WINE_PRODUCTVERSION_STR "4.7"
#define WINE_PRODUCTNAME_STR "DirectX"
#include "wine/wine_common_ver.rc"