This patch adds a default manifest in to the final links performed by the Cygwin...
[external/binutils.git] / ld / emultempl / default-manifest.rc
1 LANGUAGE 0, 0
2
3 /* CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE DISCARDABLE */
4 1 9 MOVEABLE PURE DISCARDABLE
5 BEGIN
6   "<?xml version=""1.0"" encoding=""UTF-8"" standalone=""yes""?>\n"
7   "<assembly xmlns=""urn:schemas-microsoft-com:asm.v1"" manifestVersion=""1.0"">\n"
8   "  <trustInfo xmlns=""urn:schemas-microsoft-com:asm.v3"">\n"
9   "    <security>\n"
10   "      <requestedPrivileges>\n"
11   "        <requestedExecutionLevel level=""asInvoker""/>\n"
12   "      </requestedPrivileges>\n"
13   "    </security>\n"
14   "  </trustInfo>\n"
15   "  <compatibility xmlns=""urn:schemas-microsoft-com:compatibility.v1"">\n"
16   "    <application>\n"
17   "      <!--The ID below indicates application support for Windows Vista -->\n"
18   "      <supportedOS Id=""{e2011457-1546-43c5-a5fe-008deee3d3f0}""/>\n"
19   "      <!--The ID below indicates application support for Windows 7 -->\n"
20   "      <supportedOS Id=""{35138b9a-5d96-4fbd-8e2d-a2440225f93a}""/>\n"
21   "      <!--The ID below indicates application support for Windows 8 -->\n"
22   "      <supportedOS Id=""{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}""/>\n"
23   "      <!--The ID below indicates application support for Windows 8.1 -->\n"
24   "      <supportedOS Id=""{1f676c76-80e1-4239-95bb-83d0f6d0da78}""/> \n"
25   "    </application>\n"
26   "  </compatibility>\n"
27   "</assembly>\n"
28 END