Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Fix clang -Wstrict-prototypes warnings | Brad King | 2023-10-26 | 1 | -1/+1 |
| | |||||
* | VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries | Brad King | 2016-07-21 | 1 | -0/+4 |
Teach Visual Studio generators to include object files from object libraries in the list of objects whose symbols are to be exported. The Makefile and Ninja generators already did this. Update the test to cover this case. Reported-by: Bertrand Bellenot <Bertrand.Bellenot@cern.ch> |