Skip to content
  • commit-queue@webkit.org's avatar
    Fixed Win64 build on VS2013. · b638e272
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=125753
    
    Patch by Alex Christensen <achristensen@webkit.org> on 2013-12-16
    Reviewed by Brent Fulgham.
    
    Source/JavaScriptCore:
    
    * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
    * JavaScriptCore.vcxproj/JavaScriptCoreGenerated.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtractor.vcxproj:
    * JavaScriptCore.vcxproj/jsc/jsc.vcxproj:
    * JavaScriptCore.vcxproj/testRegExp/testRegExp.vcxproj:
    * JavaScriptCore.vcxproj/testapi/testapi.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    Source/ThirdParty/ANGLE:
    
    * ANGLE.vcxproj/libGLESv2.vcxproj:
    * ANGLE.vcxproj/preprocessor.vcxproj:
    * ANGLE.vcxproj/translator_common.vcxproj:
    * ANGLE.vcxproj/translator_glsl.vcxproj:
    * ANGLE.vcxproj/translator_hlsl.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    Source/WebCore:
    
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCoreTestSupport.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    Source/WebInspectorUI:
    
    * WebInspectorUI.vcxproj/WebInspectorUI.vcxproj:
    Added 64-bit configuration.
    
    Source/WebKit:
    
    * WebKit.vcxproj/WebKit.sln:
    Use new 64-bit WebInspectorUI configurations.
    * WebKit.vcxproj/Interfaces/Interfaces.vcxproj:
    * WebKit.vcxproj/WebKit/WebKit.vcxproj:
    * WebKit.vcxproj/WebKitExportGenerator/WebKitExportGenerator.vcxproj:
    * WebKit.vcxproj/WebKitGUID/WebKitGUID.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    Source/WTF:
    
    * WTF.vcxproj/WTF.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    Tools:
    
    * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTree.vcxproj:
    * DumpRenderTree/DumpRenderTree.vcxproj/DumpRenderTree/DumpRenderTreeLauncher.vcxproj:
    * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiff.vcxproj:
    * DumpRenderTree/DumpRenderTree.vcxproj/ImageDiff/ImageDiffLauncher.vcxproj:
    * DumpRenderTree/DumpRenderTree.vcxproj/TestNetscapePlugin/TestNetscapePlugin.vcxproj:
    * TestWebKitAPI/TestWebKitAPI.vcxproj/TestWebKitAPI.vcxproj:
    * WinLauncher/WinLauncher.vcxproj/WinLauncher.vcxproj:
    * WinLauncher/WinLauncher.vcxproj/WinLauncherLib.vcxproj:
    * win/record-memory/record-memory.vcxproj:
    Added correct PlatformToolset for 64-bit builds.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@160655 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    b638e272