[LLVMbugs] [Bug 17259] New: Support Visual Studio 2012 targeting Windows XP with v110_xp toolset work-alike

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Sep 16 05:11:47 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=17259

            Bug ID: 17259
           Summary: Support Visual Studio 2012 targeting Windows XP with
                    v110_xp toolset work-alike
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: other
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: p_hampson at wargaming.net
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11212
  --> http://llvm.org/bugs/attachment.cgi?id=11212&action=edit
Patch to add LLVM-vs2012_xp toolset to MSBuild integration

Visual Studio 2012's default headers do not support compiling for Windows XP,
so a Platform Toolset "vs110_xp" is provided which uses the Windows SDK 7.1A
instead of the Windows SDK 8.0.

The attached patch (untested, but based on working version) trivially copies
the differences between vs110 and vs110_xp to the LLVM-vs2012 Platform Toolset.
This includes the misspelling of "Framework" in the comments...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130916/0d2f5a4c/attachment.html>


More information about the llvm-bugs mailing list