PATCH: Version info for shell.dll

Johan Gill johane at lysator.liu.se
Mon Jun 3 09:33:34 CDT 2002


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
-------------- next part --------------
/*
 * Copyright 2001 Dmitry Timoshkov
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

#define WINE_FILEVERSION_STR "4.0"
#define WINE_FILEDESCRIPTION_STR "Wine core dll"
#define WINE_FILENAME_STR "shell.dll"

#include "wine/wine_common_ver.rc"


More information about the wine-patches mailing list