summaryrefslogtreecommitdiffstats
path: root/Tests/Preprocess/preprocess.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-2/+0
| | | | | | | | | The add_definitions() command and COMPILE_DEFINITIONS dir/tgt/src properties support preprocessor definitions with values. Previously values were not supported in the VS6 generator even though the native tool supports them. It is only values with spaces that VS6 does not support. This enables support and instead complains only for values with spaces. See issue #8779.
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into ↵Brad King2008-01-181-0/+30
| | | | a COMPILE_DEFINITIONS directory property.
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. ↵Brad King2008-01-141-0/+197
Create <config>_COMPILE_DEFINITIONS property as per-configuration version. Add Preprocess test to test the feature. Document limitations on Xcode and VS6 generators.