Module: wine Branch: master Commit: 1aae516a4942fdbccd9e24e3f89abf0eaa3efa90 URL: http://source.winehq.org/git/wine.git/?a=commit;h=1aae516a4942fdbccd9e24e3f8...
Author: Ken Thomases ken@codeweavers.com Date: Mon Nov 16 22:10:20 2015 -0600
winemac: Add resource file.
Signed-off-by: Ken Thomases ken@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winemac.drv/Makefile.in | 2 ++ dlls/winemac.drv/winemac.rc | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+)
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"