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 - VS vcxproj does not contain MT or static library variants
Summary: VS vcxproj does not contain MT or static library variants
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.4
Hardware: All Windows 10
: P2 minor
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-14 20:28 UTC by Ted
Modified: 2016-08-14 20:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.