| Summary: | VS 2010 project files do not support 64-bit builds | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Ed Kiser <edkiser> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows Vista | ||
| Attachments: | Patch with proposed fixes | ||
Thanks, your patch looks good! http://hg.libsdl.org/SDL/rev/918efbff8259 |
Created attachment 602 [details] Patch with proposed fixes The Visual Studio 2010 project files have hard-coded relative paths which prevent them from doing side-by-side 32-bit and 64-bit builds. I have attached a patch that appears to fix this problem. (This is the first time I've ever submitted a patch for anything... your patience is appreciated!)