Skip to content
Snippets Groups Projects
Commit 0a49df16 authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

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

parent ce4e097d
No related branches found
No related tags found
No related merge requests found
*.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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment