我有一个自包含项目,其中每个包含的文件都在项目本身内。
在项目properties -> "C/C++ General" -> "Preprocessor Include Paths, Macros etc." -> "Providers"
中,我禁用了我不需要的条目,但重新启用了"CDT Cross GCC Built-in Compiler Settings"
。
有没有办法永久禁用此选项?
我想保持索引器的工作,并且我在CDT
托管构建条目中有一些条目,因此它不是摆脱构建配置的选项(I do not build/start the build of the project from Eclipse).
自动添加包括与我的项目中的文件冲突,搞乱了索引器(it adds the MinGW includes)
。
我在Windows 7上使用Eclipse Oxygen。