Commit 0a49df16 authored by Ove Kaaven's avatar Ove Kaaven Committed by Alexandre Julliard

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

parent ce4e097d
*.spec.c
*.spec.glue.s
Makefile
version.res
......@@ -19,6 +19,9 @@ C_SRCS = \
lobbysp.c \
name_server.c
RC_SRCS = \
version.rc
@MAKE_DLL_RULES@
### Dependencies:
......
name dplayx
type win32
init DPLAYX_LibMain
rsrc version.res
import winmm.dll
import ole32.dll
......
#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"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment