0

I have annoying problem in VS 2005. C++ project have custom build steps. However VS does not execute it none of the C++ source files changed. And I need to execute it even if one non-related (say text) file changed in the project. What to do?

Boris
  • 1,311
  • 13
  • 39

1 Answers1

1

As explained in this answer: Visual Studio: Run C++ project Post-Build Event even if project is up-to-date

You can use the Custom Build Steps with a non-existing file as output.

Community
  • 1
  • 1
Philipp
  • 11,549
  • 8
  • 66
  • 126
  • 1
    Standard practice is to vote to close the question as a duplicate, not post another answer with a link. You have the [requisite rep](http://stackoverflow.com/privileges/close-questions) to do so. It automatically leaves a comment with your suggestion. – Cody Gray - on strike Jan 31 '12 at 04:53