dataflux
01-30-2008, 03:54 PM
We are noticing a problem when building projects using this action. In some cases, cpp files don't get rebuilt when a header file in a path specified in the include path changes. We think we've tracked down the problem to how the Microsoft vcbuild.exe program works. Ultimately, Microsoft requires that the <Studio2005>/Common7/IDE path be in the PATH in order for this to function properly.
In VBP I assume that this action (which I assume calls vcbuild.exe) will inherit the environment (and thus the PATH) that VBP saw when it started up. Is this correct?
Is there any way I can specify a specific path that VBP should use when calling this action?
I know I could probably alter the PATH on the system, but this is less desirable as I want to minimize impact.
Here is the MS problem report describing this problem:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=217625
In VBP I assume that this action (which I assume calls vcbuild.exe) will inherit the environment (and thus the PATH) that VBP saw when it started up. Is this correct?
Is there any way I can specify a specific path that VBP should use when calling this action?
I know I could probably alter the PATH on the system, but this is less desirable as I want to minimize impact.
Here is the MS problem report describing this problem:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=217625