[PATCH 1/2] winemac: Add resource file.

Ken Thomases ken at codeweavers.com
Mon Nov 16 22:10:20 CST 2015


Signed-off-by: Ken Thomases <ken at codeweavers.com>
---
 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 b1ee025..c160895 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 0000000..b563414
--- /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.6.0




More information about the wine-patches mailing list