Module: wine Branch: master Commit: 05ddaaf0686a0fcc10c9874a8d3abc9f35459f44 URL: http://source.winehq.org/git/wine.git/?a=commit;h=05ddaaf0686a0fcc10c9874a8d...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Aug 25 17:20:03 2011 +0200
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(+), 0 deletions(-)
diff --git a/dlls/msvcr80/Makefile.in b/dlls/msvcr80/Makefile.in index 760f1bf..b353a1f 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 0000000..5f3daed --- /dev/null +++ b/dlls/msvcr80/msvcr80.manifest @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50727.4053" processorArchitecture="" publicKeyToken="1fc8b3b9a1e18e3b"/> + <file name="msvcr80.dll"/> + <file name="msvcp80.dll"/> + <file name="msvcm80.dll"/> +</assembly> diff --git a/dlls/msvcr80/msvcr80.rc b/dlls/msvcr80/msvcr80.rc new file mode 100644 index 0000000..458c5df --- /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