riched32: Add version resource.

This commit is contained in:
Louis Lenders 2006-08-24 22:13:21 +01:00 committed by Alexandre Julliard
parent d5a761a704
commit 4e92e29ce9
2 changed files with 26 additions and 0 deletions

View File

@ -8,6 +8,8 @@ IMPORTS = riched20 user32 kernel32
C_SRCS = \ C_SRCS = \
richedit.c richedit.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
### Dependencies: ### Dependencies:

24
dlls/riched32/version.rc Normal file
View File

@ -0,0 +1,24 @@
/*
* 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#define WINE_FILEDESCRIPTION_STR "Wrapper Dll for Richedit"
#define WINE_FILENAME_STR "riched32.dll"
#define WINE_FILEVERSION 5,1,2600,0
#define WINE_FILEVERSION_STR "5,1,2600,0"
#define WINE_PRODUCTVERSION 5,1,2600,0
#define WINE_PRODUCTVERSION_STR "5,1,2600,0"
#include "wine/wine_common_ver.rc"