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 1720

Summary: Fix solution/project files for VS2012
Product: SDL_image Reporter: Hiroyuki Iwatsuki <don>
Component: miscAssignee: Andreas Schiffler <aschiffler>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Windows 7   
Attachments: Patch for solution/project files for VS2012.

Description Hiroyuki Iwatsuki 2013-02-13 07:46:47 UTC
Created attachment 1042 [details]
Patch for solution/project files for VS2012.

Fix some issues of solution/project files for VS2012.

* Fix OutDir/IntDir of Win32 platform.
* Remove unnecessary PrecompiledHeaderOutputFile/ProgramDatabaseFile.
* Fix path of SDL2_image.dll on PostBuildEvent.
* Fix ProjectReference from SDL_image_VS2010.vcxproj to SDL_image_VS2012.vcxproj.
Comment 1 Andreas Schiffler 2013-02-14 09:13:11 UTC
Verified and checked in contributed patch. Thanks!