-
Notifications
You must be signed in to change notification settings - Fork 7
Home
blytkerchan edited this page Feb 10, 2012
·
4 revisions
- fix the most important bugs reported on SourceForge
- consolidate MSVC project files in an msvc directory (under which we'll put version-specific files)
- for each library, support static (.lib) and dynamic (.dll)
- for each project, support with and without Unicode
- for each executable that links with cppunit, support static and dynamic
- unless there is a popular demand to do otherwise, support only /MDd and /MD
- remove MSVC6 project files unless someone steps forward to maintain them