2013-05-14 Brent Fulgham <bfulgham@apple.com>
+ [Windows] Switch to embedded manifest commands for launcher executables.
+ https://bugs.webkit.org/show_bug.cgi?id=116109
+
+ Reviewed by Darin Adler.
+
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj: Remove the
+ now-unused WinLauncher.exe.manifest file.
+ * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj.filters: Ditto.
+ * win/DLLLauncher/DLLLauncherMain.cpp: Add embedded manifest command
+ when building with VS2010 or newer.
+
+2013-05-14 Brent Fulgham <bfulgham@apple.com>
+
[Windows] Update ORWT to know about the Windows 8 SDK and Debug Tools.
https://bugs.webkit.org/show_bug.cgi?id=116079
<None Include="WinLauncherPostBuild.cmd" />\r
<None Include="WinLauncherPreBuild.cmd" />\r
</ItemGroup>\r
- <ItemGroup>\r
- <Manifest Include="WinLauncher.exe.manifest" />\r
- </ItemGroup>\r
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
<ImportGroup Label="ExtensionTargets">\r
</ImportGroup>\r
<None Include="WinLauncherPostBuild.cmd" />\r
<None Include="WinLauncherPreBuild.cmd" />\r
</ItemGroup>\r
- <ItemGroup>\r
- <Manifest Include="WinLauncher.exe.manifest">\r
- <Filter>Resource Files</Filter>\r
- </Manifest>\r
- </ItemGroup>\r
</Project>
\ No newline at end of file
#endif
#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='6595b64144ccf1df' language='*'\"")
+#if defined(_MSC_VER) && (_MSC_VER >= 1600)
+#pragma comment(linker, "/manifestdependency:\"type='win32' name='Microsoft.VC80.CRT' version='8.0.50727.6195' processorArchitecture='" PROCESSORARCHITECTURE "' publicKeyToken='1fc8b3b9a1e18e3b' language='*'\"")
+#endif
static void enableTerminationOnHeapCorruption()
{