Changes between Version 2 and Version 3 of PerTaskCflags
- Timestamp:
- Sep 7, 2006, 10:18:01 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PerTaskCflags
v2 v3 1 1 You may define some flags to be passed to tasks at compile time. 2 They will be added to compile line as `-DKEY=value` on every source file for a given task 2 3 They will be: 4 * added to compile line as `-DKEY=value` on every source file for a given task 5 * passed to coprocessor creation as optional arguments 3 6 4 7 == Usage examples ==