Feature #353
Add support for VC2012
Status: | Approved | Start date: | 11/14/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
History
#1 Updated by Sender Ghost almost 12 years ago
- File 353_uppsrc.diff
added
- Category set to IDE
- Status changed from New to Patch ready
- Assignee set to Miroslav Fidler
I created the patch for initial support:
- Added MSC11 and MSC11X64 builders (mainly, to distinguish them).
- Redesigned the interface, based on TabCtrl and list of layouts (with possible extensibility).
The include and library directories were added by analogy. Further support will require to install Visual Studio 2012 and check them. There is Visual Studio 2012 topic on the forum, which might help. Personally, I don't have required Windows version.
#2 Updated by Miroslav Fidler almost 12 years ago
- Status changed from Patch ready to Approved
Thanks, nice!
#3 Updated by Sender Ghost almost 12 years ago
- File 353_uppsrc_fix.diff
added
- Status changed from Approved to Patch ready
Small fix for the patch.
#5 Updated by Sender Ghost almost 12 years ago
- File 353_uppsrc2.diff
added
- Status changed from Approved to Patch ready
- % Done changed from 0 to 100
I created second patch, which corrects include and library directories.
#6 Updated by Sender Ghost almost 12 years ago
There are also "arm" SDK subdirectories (along with "x64" and "x86"), but I'm not sure about them.
#7 Updated by Sender Ghost almost 12 years ago
- Priority changed from Normal to High
Since, this feature is not complete (as people said on the forum) without last patch, I raised its priority.
#8 Updated by Sender Ghost over 11 years ago
- Status changed from Patch ready to Approved
- Priority changed from High to Normal
r6163