mapi32: Add version resource.

This commit is contained in:
Vincent Povirk 2009-02-24 16:36:41 -06:00 committed by Alexandre Julliard
parent bdb770e10e
commit c0dbcbab52
2 changed files with 24 additions and 0 deletions

View File

@ -13,6 +13,8 @@ C_SRCS = \
sendmail.c \
util.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend

22
dlls/mapi32/version.rc Normal file
View File

@ -0,0 +1,22 @@
/*
* Copyright 2009 Vincent Povirk for CodeWeavers
*
* 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 "Wine Messaging API"
#define WINE_FILENAME_STR "mapi32.dll"
#include "wine/wine_common_ver.rc"