1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-12 10:45:37 +02:00
cdt/windows/org.eclipse.cdt.msw.build/plugin.properties
Marc-Andre Laperle 6a3e138431 Bug 567018 - Built-in language settings provider for Clang-cl
It is the same as GCC built-in provider but with tweaked parameters to
pass to Clang driver. It has to be enabled by hand since there is no
toolchain associated with it for now.

Change-Id: I5455d04725b2ee4709844d32ee32d355d120d807
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2020-09-24 17:55:55 -04:00

17 lines
No EOL
469 B
INI

pluginName = MSVC Build Integration Plug-in
providerName = Eclipse CDT
toolchain.name=Microsoft Visual C++
compiler.name.abstract=Abstract Compiler
compiler.name.c=C Compiler (cl)
compiler.name.cpp=C++ Compiler (cl)
rc.name=Resource Compiler (rc)
linker.name=Linker (link)
lib.name=Library Manager (lib)
config.debug=Debug
config.release=Release
MSVCOutputParser.name = MSVC Build Output Parser
ClangCLBuiltinSpecsDetector.name = Clang-cl Built-in Compiler Settings