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:
parent
f949c8791c
commit
1aae516a49
|
@ -28,3 +28,5 @@ OBJC_SRCS = \
|
|||
cocoa_opengl.m \
|
||||
cocoa_status_item.m \
|
||||
cocoa_window.m
|
||||
|
||||
RC_SRCS = winemac.rc
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue