Flex - Conditional compilation definitions - dynamic value
Hi community,
Let's say I have a conditional compile variable in the "Flex Compiler Settings" , e.g. CONFIG::Debug=true.
This is static, is it possible to assign to it a dynamic value? Meaning "true" if I am debugging, otherwise "false".
like CONFIG::Debug=${isDebug} ...
Thanks,
Steffen
请先登录再写评论。
In IDEA 10 it is possible to use ${PATH_VARIABLE} in Additional Compiler Options where PATH_VARIABLE is defined at File | Settings | Path Variables. Dynamic values are not supported.