We have not been able to reproduce the problem you are seeing. One possible workaround:
1) In the parent project, pass the XDK/XEDK macros to the child (for instance, as _XDK and _XEDK).
2) At the beginning of the child project, add Set Macro steps to set XDK/XEDK temporary macros (marked to update env vars) to the values of _XDK/_XEDK only if the macros %XDK%/%XEDK% are undefined.
|