From 1aae516a4942fdbccd9e24e3f89abf0eaa3efa90 Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Mon, 16 Nov 2015 22:10:20 -0600 Subject: [PATCH] winemac: Add resource file. Signed-off-by: Ken Thomases Signed-off-by: Alexandre Julliard --- dlls/winemac.drv/Makefile.in | 2 ++ dlls/winemac.drv/winemac.rc | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 dlls/winemac.drv/winemac.rc diff --git a/dlls/winemac.drv/Makefile.in b/dlls/winemac.drv/Makefile.in index b1ee0254aae..c160895c7d0 100644 --- a/dlls/winemac.drv/Makefile.in +++ b/dlls/winemac.drv/Makefile.in @@ -28,3 +28,5 @@ OBJC_SRCS = \ cocoa_opengl.m \ cocoa_status_item.m \ cocoa_window.m + +RC_SRCS = winemac.rc diff --git a/dlls/winemac.drv/winemac.rc b/dlls/winemac.drv/winemac.rc new file mode 100644 index 00000000000..b5634144cb4 --- /dev/null +++ b/dlls/winemac.drv/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" -- 2.11.4.GIT