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 - Fix solution/project files for VS2012
Summary: Fix solution/project files for VS2012
Status: RESOLVED FIXED
Alias: None
Product: SDL_image
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Windows 7
: P2 normal
Assignee: Andreas Schiffler
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-13 07:46 UTC by Hiroyuki Iwatsuki
Modified: 2013-02-14 09:13 UTC (History)
0 users

See Also:


Attachments
Patch for solution/project files for VS2012. (12.48 KB, application/octet-stream)
2013-02-13 07:46 UTC, Hiroyuki Iwatsuki
Details

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