version patch 2

Ove Kaaven ovehk at ping.uio.no
Sun Apr 15 09:59:20 CDT 2001


Some games check the version of ddraw.dll to determine whether a usable
version of DirectX is installed.

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

Index: wine/dlls/ddraw/.cvsignore
diff -u wine/dlls/ddraw/.cvsignore:1.1.1.2 wine/dlls/ddraw/.cvsignore:1.2
--- wine/dlls/ddraw/.cvsignore:1.1.1.2	Fri Dec  1 00:07:05 2000
+++ wine/dlls/ddraw/.cvsignore	Sun Apr  8 08:32:52 2001
@@ -1,3 +1,4 @@
 Makefile
 *.spec.c
 *.spec.s
+version.res
Index: wine/dlls/ddraw/Makefile.in
diff -u wine/dlls/ddraw/Makefile.in:1.1.1.4 wine/dlls/ddraw/Makefile.in:1.26
--- wine/dlls/ddraw/Makefile.in:1.1.1.4	Thu Jan  4 23:58:25 2001
+++ wine/dlls/ddraw/Makefile.in	Fri Apr 13 20:44:13 2001
@@ -40,6 +40,9 @@
 	helper.c \
 	main.c \
 	struct_convert.c
+
+RC_SRCS = \
+	version.rc
 
 EXTRASUBDIRS = \
 	d3ddevice \
Index: wine/dlls/ddraw/ddraw.spec
diff -u wine/dlls/ddraw/ddraw.spec:1.1.1.4 wine/dlls/ddraw/ddraw.spec:1.5
--- wine/dlls/ddraw/ddraw.spec:1.1.1.4	Thu Jan  4 23:58:26 2001
+++ wine/dlls/ddraw/ddraw.spec	Sat Apr  7 09:04:06 2001
@@ -1,6 +1,7 @@
 name ddraw
 type win32
 init DDRAW_DllMain
+rsrc version.res
 
 import user32.dll
 import x11drv.dll
Index: wine/dlls/ddraw/version.rc
diff -u /dev/null wine/dlls/ddraw/version.rc:1.3
--- /dev/null	Sun Apr 15 07:38:58 2001
+++ wine/dlls/ddraw/version.rc	Sun Apr  8 12:22:25 2001
@@ -0,0 +1,7 @@
+#define WINE_FILEDESCRIPTION_STR "Wine DirectDraw"
+#define WINE_FILENAME_STR "ddraw.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