#6209 closed defect (fixed)
Allow setting conditional comment directive options in build profiles
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Right now you can set any build option known to buildUtil.js inside your build profile as part of the dependencies object. However, this approach does not work for things that are not known to buildUtil.js, like special flags used for the conditional build directives (the >> comments).
Fix it so this is possible. This should make #6207 easier too.
Change History (2)
comment:1 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
(In [13081]) Fixes #6209 and Refs #6207. Allow conditional directive options to be set inside build profiles. This allows the offline profile to work better. !strict for redeclaration warnings.