We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 3407

Summary: VS vcxproj does not contain MT or static library variants
Product: SDL Reporter: Ted <ted>
Component: buildAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2    
Version: 2.0.4   
Hardware: All   
OS: Windows 10   

Description Ted 2016-08-14 20:28:16 UTC
The Visual Studio project (SDL.vcxproj) should be updated to contain MultiThreaded (/MT) and Static Library configurations. This applies for both x86 / Win32 and x64.

Currently we have to patch the vcxproj file to build a MultiThreaded Static Library of SDL2.
Comment 1 Ted 2016-08-14 20:29:25 UTC
I should also add that the /MT configurations should define HAVE_LIBC.