Opened 11 years ago

Closed 11 years ago

#2207 closed defect (fixed)

Fix premake generated VC 2012 workspaces to target XP

Reported by: historic_bruno Owned by:
Priority: Should Have Milestone: Alpha 15
Component: Build & Packages Keywords:
Cc: Jorma Rebane Patch:

Description

It was reported in IRC that premake4.exe from r13972 didn't run correctly on Windows XP (not a valid win32 application). Philip noticed that VC++ 2012 requires a special platform toolset "vc110_xp" to target XP: http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx

So we need to fix premake to generate workspaces with that toolset, but I don't know if this should be hardcoded or an option (note also that Premake has VS 2012 support upstream that may or may not handle this distinction).

Change History (1)

comment:1 by historic_bruno, 11 years ago

Milestone: BacklogAlpha 15
Resolution: fixed
Status: newclosed

Fixed in r14111.

Note: See TracTickets for help on using tickets.