mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Fixed up the command line pattern since someone changed the default for spaces between the output flag and the output.
This commit is contained in:
parent
4080c880f1
commit
c42dcb755b
1 changed files with 4 additions and 3 deletions
|
@ -25,11 +25,12 @@
|
||||||
</builder>
|
</builder>
|
||||||
<tool
|
<tool
|
||||||
command="cl /c"
|
command="cl /c"
|
||||||
|
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||||
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
||||||
id="org.eclipse.cdt.msvc.cl"
|
id="org.eclipse.cdt.msvc.cl"
|
||||||
name="%compiler.name"
|
name="%compiler.name"
|
||||||
natureFilter="both"
|
natureFilter="both"
|
||||||
outputFlag="/Fo">
|
outputFlag="/Fo:">
|
||||||
<supportedProperties>
|
<supportedProperties>
|
||||||
<property
|
<property
|
||||||
id="org.eclipse.cdt.build.core.buildType">
|
id="org.eclipse.cdt.build.core.buildType">
|
||||||
|
@ -314,12 +315,12 @@
|
||||||
</tool>
|
</tool>
|
||||||
<tool
|
<tool
|
||||||
command="link"
|
command="link"
|
||||||
|
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||||
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
||||||
id="org.eclipse.cdt.msvc.link"
|
id="org.eclipse.cdt.msvc.link"
|
||||||
name="%linker.name"
|
name="%linker.name"
|
||||||
natureFilter="both"
|
natureFilter="both"
|
||||||
outputFlag="/OUT:"
|
outputFlag="/OUT:">
|
||||||
>
|
|
||||||
<supportedProperties>
|
<supportedProperties>
|
||||||
<property
|
<property
|
||||||
id="org.eclipse.cdt.build.core.buildArtefactType">
|
id="org.eclipse.cdt.build.core.buildArtefactType">
|
||||||
|
|
Loading…
Add table
Reference in a new issue