1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-30 03:33:37 +02:00
cdt/windows/org.eclipse.cdt.msw.build/plugin.properties
Marc-Andre Laperle 9dd503800c Bug 547967 - MSVC Build Output parser
This new Language Settings Provider allows parsing MSVC (cl.exe) compilation
commands, It is done similarly to the GCC Build Output Parser.
It is not enabled by default but can be enabled when in the context of
building with an external builder.

In general, MSVC support still needs some work but this output parser greatly
facilitates setup for certain types of projects.

Change-Id: I3fb110ecdfbac1cabbc16239ad6667a5e628d443
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2019-06-26 19:56:11 -04:00

13 lines
327 B
INI

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