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 2403 - Dependencies for testgles2 is lacked on Visual Studio 2013.
Summary: Dependencies for testgles2 is lacked on Visual Studio 2013.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.1
Hardware: x86_64 Windows 7
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-18 13:19 UTC by Hiroyuki Iwatsuki
Modified: 2014-02-19 14:03 UTC (History)
1 user (show)

See Also:


Attachments
Add dependencies for testgles2 project on VS2013. (710 bytes, patch)
2014-02-18 13:19 UTC, Hiroyuki Iwatsuki
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hiroyuki Iwatsuki 2014-02-18 13:19:14 UTC
Created attachment 1562 [details]
Add dependencies for testgles2 project on VS2013.

Dependencies for testgles2 is lacked on Visual Studio 2013.
Therefore, VS2013 fails to link SDL2.lib on testgles2 project rebuilding:

3>LINK : fatal error LNK1104: ファイル '..\..\SDL\Win32\Debug\SDL2.lib' を開くことができません。

This patch adds dependencies for testgles2 project.
Comment 1 Gabriel Jacobo 2014-02-19 14:03:45 UTC
Fixed, thanks! https://hg.libsdl.org/SDL/rev/14846e56e099