Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | VSResource: Avoid windres /D with quoted spaces (#11695) | David Cole | 2011-01-27 | 1 | -2/+9 |
| | | | | Improve test: print out what's happening along the way. | ||||
* | VS10: Escape double quote chars in defines for rc files (#11695) | David Cole | 2011-01-26 | 1 | -1/+6 |
| | | | | | | | | To get rc defines to work in the VS10 IDE requires \" when constructing PreprocessorDefinitions strings. This is different than defines for cl. Also, per-file rc defines were not being generated. Fix that, too. | ||||
* | Add flags to resource builds on vs 2010 with a test. | Bill Hoffman | 2010-12-21 | 1 | -0/+5 |