Skip to content
  • achristensen@apple.com's avatar
    Use PlatformArchitecture to distinguish between 32-bit and 64-bit builds on Windows. · 64923f13
    achristensen@apple.com authored
    https://bugs.webkit.org/show_bug.cgi?id=119512
    
    Reviewed by Brent Fulgham.
    
    Source/JavaScriptCore: 
    
    * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj:
    * JavaScriptCore.vcxproj/JavaScriptCore.vcxproj.filters:
    * JavaScriptCore.vcxproj/JavaScriptCoreCommon.props:
    * JavaScriptCore.vcxproj/LLInt/LLIntAssembly/LLIntAssembly.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntDesiredOffsets/LLIntDesiredOffsets.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtractor.vcxproj:
    * JavaScriptCore.vcxproj/LLInt/LLIntOffsetsExtractor/LLIntOffsetsExtractorCommon.props:
    Replaced obj32, bin32, and lib32 with macros for 64-bit build.
    
    Source/ThirdParty: 
    
    * gtest/msvc/gtest-md.vcxproj:
    Replaced obj32, bin32, and lib32 with macros for 64-bit build.
    
    Source/WebCore: 
    
    * WebCore.vcxproj/WebCore.vcxproj:
    * WebCore.vcxproj/WebCore.vcxproj.filters:
    * WebCore.vcxproj/WebCoreCommon.props:
    * WebCore.vcxproj/WebCoreGeneratedCommon....
    64923f13