version patch 3

Ove Kaaven ovehk at ping.uio.no
Sun Apr 15 10:15:08 CDT 2001


I also saw one game that checked this...

Log:
Ove Kaaven <ovek at transgaming.com>
Add version resource to dplayx.dll, versioned to DirectX 7.0.

Index: wine/dlls/dplayx/.cvsignore
diff -u wine/dlls/dplayx/.cvsignore:1.1.1.2 wine/dlls/dplayx/.cvsignore:1.2
--- wine/dlls/dplayx/.cvsignore:1.1.1.2	Fri Dec  1 00:07:22 2000
+++ wine/dlls/dplayx/.cvsignore	Sun Apr  8 12:26:13 2001
@@ -1,3 +1,4 @@
 *.spec.c
 *.spec.glue.s
 Makefile
+version.res
Index: wine/dlls/dplayx/Makefile.in
diff -u wine/dlls/dplayx/Makefile.in:1.1.1.4 wine/dlls/dplayx/Makefile.in:1.3
--- wine/dlls/dplayx/Makefile.in:1.1.1.4	Sat Apr 14 18:48:53 2001
+++ wine/dlls/dplayx/Makefile.in	Sat Apr 14 19:20:29 2001
@@ -19,6 +19,9 @@
 	lobbysp.c \
 	name_server.c
 
+RC_SRCS = \
+	version.rc
+
 @MAKE_DLL_RULES@
 
 ### Dependencies:
Index: wine/dlls/dplayx/dplayx.spec
diff -u wine/dlls/dplayx/dplayx.spec:1.1.1.2 wine/dlls/dplayx/dplayx.spec:1.2
--- wine/dlls/dplayx/dplayx.spec:1.1.1.2	Thu Nov 23 07:11:30 2000
+++ wine/dlls/dplayx/dplayx.spec	Sun Apr  8 12:26:13 2001
@@ -1,6 +1,7 @@
 name dplayx
 type win32
 init DPLAYX_LibMain
+rsrc version.res
 
 import winmm.dll
 import ole32.dll
Index: wine/dlls/dplayx/version.rc
diff -u /dev/null wine/dlls/dplayx/version.rc:1.1
--- /dev/null	Sun Apr 15 07:38:59 2001
+++ wine/dlls/dplayx/version.rc	Sun Apr  8 12:26:13 2001
@@ -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"






More information about the wine-patches mailing list