Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个虚拟项目,它只运行一堆后期构建的东西。我希望这个项目在我每次构建时都运行,但它只会在发生变化时运行(我知道默认情况下它非常有用)
所以我的问题是,有没有办法将项目配置为始终构建,而不管是否发生了变化?
创建一个 VC++ Makefile 项目,并让它依赖于解决方案中的所有其他项目。每次都会建立。