Module: wine Branch: master Commit: 55f31701ab975d51351051b197a5d847c872ba47 URL: http://source.winehq.org/git/wine.git/?a=commit;h=55f31701ab975d51351051b197...
Author: Qian Hong qhong@codeweavers.com Date: Sat Sep 28 06:11:24 2013 +0800
atl80: Add a WinSxS manifest resource.
---
dlls/atl80/Makefile.in | 2 ++ dlls/atl80/atl80.manifest | 5 +++++ dlls/atl80/atl80.rc | 22 ++++++++++++++++++++++ 3 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dlls/atl80/Makefile.in b/dlls/atl80/Makefile.in index 5cf626e..74ee460 100644 --- a/dlls/atl80/Makefile.in +++ b/dlls/atl80/Makefile.in @@ -6,4 +6,6 @@ EXTRADEFS = -D_ATL_VER=_ATL_VER_80
C_SRCS = atl80.c
+RC_SRCS = atl80.rc + @MAKE_DLL_RULES@ diff --git a/dlls/atl80/atl80.manifest b/dlls/atl80/atl80.manifest new file mode 100644 index 0000000..039a3d6 --- /dev/null +++ b/dlls/atl80/atl80.manifest @@ -0,0 +1,5 @@ +<?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.ATL" version="8.0.50727.4053" processorArchitecture="" publicKeyToken="1fc8b3b9a1e18e3b"/> + <file name="atl80.dll"/> +</assembly> diff --git a/dlls/atl80/atl80.rc b/dlls/atl80/atl80.rc new file mode 100644 index 0000000..b6ea3d4 --- /dev/null +++ b/dlls/atl80/atl80.rc @@ -0,0 +1,22 @@ +/* + * Resource file for atl80 + * + * 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: atl80.manifest */ +WINE_MANIFEST 24 atl80.manifest