summaryrefslogtreecommitdiffstats
path: root/Tests/VSResource
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Visual Studio project-specific globals (#8707)David Cole2011-07-291-1/+4
| | | | | | | | | | | Thanks to Pau Garcia i Quiles for the inspiration for the patch. I've tweaked it a bit compared to what's in the bug tracker: this commit does not allow empty global variable names. I also added usage of the new feature to an existing test. Although it has no effect on the resulting Visual Studio projects, you can verify that the VSResource test produces a non-empty globals section in the generated .vcproj(x) files.
* VSResource: Avoid windres /D with quoted spaces (#11695)David Cole2011-01-274-13/+109
| | | | Improve test: print out what's happening along the way.
* Avoid space in rc /D values for VS6 and Cygwin (#11695)David Cole2011-01-261-5/+10
| | | | | Change to the test only. Using a space in an rc /D value will not work at present with VS6 or Cygwin rc compilers.
* VS10: Escape double quote chars in defines for rc files (#11695)David Cole2011-01-262-3/+14
| | | | | | | | 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.
* Disable incremental testing for this test, it crashes vs9 linker.Bill Hoffman2010-12-221-0/+3
| | | | | On windows 7 64 bit, the vs9 linker will crash when linking an application with a resource in it.
* Add flags to resource builds on vs 2010 with a test.Bill Hoffman2010-12-214-0/+20