如何调用 devenv 在解决方案(包含许多 .vcproj)中使用特定的构建宏构建一些 .vcproj?

发布于 2024-11-14 22:14:54 字数 297 浏览 6 评论 0原文

全部!

我的解决方案中有很多vc项目。我可以调用 devenv.exe xxx.sln 一起构建/重建所有这些项目。我也可以右键单击某个特定项目并重建它。

我的问题:当我使用 devenv.exe 时,如何执行“右键单击并重建”相同的操作?

我想用不同的构建宏重建同一个项目 --- 在 .vcproj 中设置“PreprocessorDefinitions”

另一个问题:是否有一种简单的方法来替换 .vcproj 中 PreprocessorDefinitions 的值?我现在使用 python 来做到这一点。

all!

There are many vc projects in my solution. i can call devenv.exe xxx.sln to build/rebuild all these projects together. Also i can right-click some specific project and rebuild it.

My question: how to do the same thing of "right-click and rebuild" when i use devenv.exe ?

I want to rebuild the same project with different building macro --- setting "PreprocessorDefinitions" in .vcproj

another question: is there a simple way to replace the value of PreprocessorDefinitions in the .vcproj? im now using the python to do this.

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

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

发布评论

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

评论(1

花想c 2024-11-21 22:14:54

devenv 有命令行选项 /command 在启动时运行命令:可以使用吗?

Devenv 命令行开关

devenv has the command line option /command to run a command on start up: could this be used?

Devenv Command Line Switches

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