如何在不重建的情况下触发 VS 构建后事件

发布于 2024-11-14 14:55:19 字数 178 浏览 3 评论 0原文

我有一堆 VS 2005 C++ 项目,它们构建了许多 dll 和可执行文件,它们是大型相互依赖的文件层次结构的一小部分。为了调试文件,我通过构建后事件将构建的 exec/dll 复制到层次结构。 有时我更新我的层次结构,但让我的所有项目都是最新的 - 在这种情况下,我需要做的就是执行构建后事件(即复制文件),而不重建所有源。有办法做到吗?

I have a bunch of VS 2005 C++ projects, which build a number of dlls and executables, which are a small part of a large interdependent file hierarchy. In order to debug the files, I copy the built execs/dlls to the hierarchy by post-build events.
Sometimes I update my hierarchy, but have all my projects up to date - in this case all I need to do is to execute post-build events (i.e. copy files) without rebuilding all the sources. Is there a way to do it?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

疏忽 2024-11-21 14:55:19

只要不重新构建,构建操作就不应执行比执行这些事件更多的事情(假设没有源代码更改)。

As long as you do not rebuild, the build operation should not do more than execute those events, assuming there are no source code changes.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文