Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VS: Add /machine: flag to Librarian tool (#11240) | Brad King | 2015-06-26 | 1 | -1/+3 |
| | | | | | | | | If a Windows resource (.rc) source file is included in a STATIC library, the VS "link" tool will process the compiled ".res" file and needs to know the target architecture. Without it, we may get a LNK4068 warning and possibly a LNK1112 error. Add /machine: to the default static library flags to give the link tool the information it needs. | ||||
* | VSResource: Avoid windres /D with quoted spaces (#11695) | David Cole | 2011-01-27 | 1 | -7/+77 |
| | | | | Improve test: print out what's happening along the way. | ||||
* | Add flags to resource builds on vs 2010 with a test. | Bill Hoffman | 2010-12-21 | 1 | -0/+10 |