| Summary: | Dependencies for testgles2 is lacked on Visual Studio 2013. | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Hiroyuki Iwatsuki <don> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | CC: | gabomdq |
| Version: | HG 2.1 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
| Attachments: | Add dependencies for testgles2 project on VS2013. | ||
Fixed, thanks! https://hg.libsdl.org/SDL/rev/14846e56e099 |
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.