MSBuild: Custom target for header files(Skipping target when included files updated)
Posted
by khronos666
on Stack Overflow
See other posts from Stack Overflow
or by khronos666
Published on 2010-04-24T08:19:32Z
Indexed on
2010/04/24
8:23 UTC
Read the original article
Hit count: 562
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!
© Stack Overflow or respective owner