如何调用 devenv 在解决方案(包含许多 .vcproj)中使用特定的构建宏构建一些 .vcproj?
全部!
我的解决方案中有很多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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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