From 05ddaaf0686a0fcc10c9874a8d3abc9f35459f44 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 25 Aug 2011 17:20:03 +0200 Subject: [PATCH] msvcr80: Add a WinSxS manifest resource. --- dlls/msvcr80/Makefile.in | 2 ++ dlls/msvcr80/msvcr80.manifest | 7 +++++++ dlls/msvcr80/msvcr80.rc | 22 ++++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dlls/msvcr80/msvcr80.manifest create mode 100644 dlls/msvcr80/msvcr80.rc diff --git a/dlls/msvcr80/Makefile.in b/dlls/msvcr80/Makefile.in index 760f1bf13df..b353a1fedac 100644 --- a/dlls/msvcr80/Makefile.in +++ b/dlls/msvcr80/Makefile.in @@ -6,4 +6,6 @@ EXTRAINCL = -I$(top_srcdir)/include/msvcrt C_SRCS = \ msvcr80.c +RC_SRCS = msvcr80.rc + @MAKE_DLL_RULES@ diff --git a/dlls/msvcr80/msvcr80.manifest b/dlls/msvcr80/msvcr80.manifest new file mode 100644 index 00000000000..5f3daed5827 --- /dev/null +++ b/dlls/msvcr80/msvcr80.manifest @@ -0,0 +1,7 @@ + + + + + + + diff --git a/dlls/msvcr80/msvcr80.rc b/dlls/msvcr80/msvcr80.rc new file mode 100644 index 00000000000..458c5df6f98 --- /dev/null +++ b/dlls/msvcr80/msvcr80.rc @@ -0,0 +1,22 @@ +/* + * Resource file for msvcr80 + * + * Copyright 2011 Alexandre Julliard + * + * 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 + */ + +/* @makedep: msvcr80.manifest */ +WINE_MANIFEST 24 msvcr80.manifest -- 2.11.4.GIT