views:

148

answers:

0

Hello,

I'm writting custom tool for VS2010. This tool executes GCC-XML compiler to produce xml output for c++ header file.

When i change header file with my custom rule, everything is ok. But when i change some file, included in this header:

Skipping target "_GCCXML" because all output files are up-to-date with respect to the input files.

How can i force rebuild?

Thanks!