编译 C++ 时默认包含的文件夹列表文件
大家好,
我正在命令行使用 MS C++ 编译器 cl.exe
来构建我的项目。 /I
中必须包含的目录列表非常庞大。我不想为我需要编译的每个文件包含这个巨大的列表。
您是否知道如何设置默认包含的文件夹列表,以便在构建 .cpp 文件时这些文件夹不会出现在命令行中?是否存在某个环境变量或某些配置?
谢谢 环氧乙烷
HI All
I am using MS C++ compiler cl.exe
at command line to build my projects. The list of directory that must be included with /I
is huge. I don't want to include this big huge list for each file I need to compile.
Do you know a way to set the list of folders to be included by default so that these will not appear at the command line when building .cpp files? Does exist some environment variable for that or some configuration?
Thanks
EO
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将命令放入响应文件中:
Put the commands in a response file: