“调试”的不同依赖设置; 和“释放” 在 VisualC++ 中构建配置 6.0
我使用的是 VisualC++ 6.0。 (是的,我正在使用马赛克浏览器..;) 我的 VC++ 项目对“调试”和“发布”构建配置有不同的依赖设置。 因此,当我从一种配置切换到另一种配置时,我必须更改依赖项 每次都用手。 有没有更好的方法来做到这一点? 我可以根据每个配置保留我的依赖设置吗?
I'm using VisualC++ 6.0. (and, yes, I'm using Mosaic browser..;)
My VC++ project has different dependency setting for 'Debug' and 'Release' build configuration.
So, when I switch from one configuration to other, I have to change the dependency
by hand every time.
Is there any better way to do this? Can I keep my dependency setting according to each configuration?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在处理哪种依赖关系?
在构建下,有一个调试/发布/两者的配置。
如果您能提供更多详细信息,我也许可以提供帮助。
Which dependency are you dealing with?
Under build, there is a configuration for debug/release/both.
If you can supply more details, I might be able to help.