PATCH: Version info for shell.dll (2/2)

Johan Gill johane at lysator.liu.se
Mon Jun 3 12:38:11 CDT 2002


And here's the diff, the whole diff and nothing but the diff.

Changelog: Added version info to 16-bit shell.dll.

/Johan Gill, johane at lysator.liu.se
-------------- next part --------------
Index: wine/dlls/shell32/Makefile.in
===================================================================
RCS file: /home/wine/wine/dlls/shell32/Makefile.in,v
retrieving revision 1.48
diff -u -r1.48 Makefile.in
--- wine/dlls/shell32/Makefile.in	17 May 2002 03:37:14 -0000	1.48
+++ wine/dlls/shell32/Makefile.in	3 Jun 2002 14:13:17 -0000
@@ -48,4 +48,11 @@
 
 @MAKE_DLL_RULES@
 
+# Special rules for 16-bit resource files
+
+version16.res: version16.rc
+	$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
+
+shell.spec.c: version16.res
+
 ### Dependencies:
Index: wine/dlls/shell32/shell.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell.spec,v
retrieving revision 1.6
diff -u -r1.6 shell.spec
--- wine/dlls/shell32/shell.spec	1 Jun 2002 02:55:50 -0000	1.6
+++ wine/dlls/shell32/shell.spec	3 Jun 2002 14:13:17 -0000
@@ -1,6 +1,7 @@
 name	shell
 type	win16
 owner	shell32
+rsrc	version16.res
 
   1 pascal   RegOpenKey(long str ptr) RegOpenKey16
   2 pascal   RegCreateKey(long str ptr) RegCreateKey16



More information about the wine-patches mailing list