重建而不重新编译预编译头

发布于 2024-09-19 18:53:04 字数 133 浏览 8 评论 0原文

有时我需要重建我的项目,但我不希望每次这样做时都重新编译预编译头 - 这有点违背了目的,至少在这种情况下是这样。有没有办法让 Visual Studio 重建而无需重新编译 PCH 并根据需要编译 PCH(如果很少更改的标头发生更改)

Sometimes I need to perform a rebuild of my project but I don't want the pre-compiled headers to be recompiled every time I do that - sort of defeats the purpose, at least in this case. Is there any way to get Visual Studio to rebuild without recompiling the PCH and compile the PCH as needed (if the rarely changed headers change)

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

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

发布评论

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

评论(1

一绘本一梦想 2024-09-26 18:53:04

为其编写脚本并使用“工具->外部工具...”将其添加到工具菜单中,从而为您提供“在 IDE 内”的解决方案。您的delete-exe-files脚本可以包含构建步骤,如下所示:

如何从命令行编译 Visual Studio 项目?

Write a script for it and add it to the tools menu using 'Tools->External Tools...', giving you a solution 'Within the IDE'. Your delete-exe-files script can include the build step as per:

How do I compile a Visual Studio project from the command-line?

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