Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | De-duplicate symbols listed in generated module definition files | Bill Hoffman | 2015-11-18 | 1 | -0/+29 |
MS tools have a limit on the number of symbols that can be listed in a `.def` file. If multiple `.obj` files provide a symbol then avoid listing it more than once in the generated `.def` file to avoid counting toward the limit. |