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 2599

Summary: VS2012 solution puts SDL2.lib in a different dir than the libraries (Image, ttf, mixer) expect
Product: SDL Reporter: Ken Paulson <ken>
Component: buildAssignee: Sam Lantinga <slouken>
Status: ASSIGNED --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.1   
Hardware: x86_64   
OS: Windows 7   
Attachments: Patch for the SDL 2012 project

Description Ken Paulson 2014-06-21 11:08:44 UTC
Created attachment 1697 [details]
Patch for the SDL 2012 project

SDL was creating SDL2.lib in:
SDL\VisualC\Win32\Debug
but the other SDL libraries (_image, _ttf, _mixer)expect it in:
SDL\VisualC\SDL\Win32\Debug