winemac: Add resource file.

Signed-off-by: Ken Thomases <ken@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Ken Thomases 2015-11-16 22:10:20 -06:00 committed by Alexandre Julliard
parent f949c8791c
commit 1aae516a49
2 changed files with 27 additions and 0 deletions

View File

@ -28,3 +28,5 @@ OBJC_SRCS = \
cocoa_opengl.m \
cocoa_status_item.m \
cocoa_window.m
RC_SRCS = winemac.rc

View File

@ -0,0 +1,25 @@
/*
* Resource file for Mac driver
*
* Copyright (c) 2007 Alexandre Julliard
* Copyright (c) 2013 Ken Thomases for CodeWeavers Inc.
*
* 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 Mac driver"
#define WINE_FILENAME_STR "winemac.drv"
#include "wine/wine_common_ver.rc"