[Webkit-unassigned] [Bug 123604] New: PlatformToolset should be specified in Windows build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 31 17:31:07 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=123604

           Summary: PlatformToolset should be specified in Windows build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 8
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex.christensen at flexsim.com
                CC: bfulgham at webkit.org, roger_fong at apple.com


In order to build WebKit with VS2012, I have to add this line to all the project files:

<PlatformToolset>v110_xp</PlatformToolset>

In our current VS2010 build, the PlatformToolset is unspecified, so it defaults to v100.  To make it easier to build with VS2012 with a string replace, I'd like to specify the PlatformToolset in the projects.  This doesn't seem to be able to be put into a property sheet, like the <CharacterSet>Unicode</CharacterSet> specification.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list