mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +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>
|
||||
<tool
|
||||
command="cl /c"
|
||||
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
||||
id="org.eclipse.cdt.msvc.cl"
|
||||
name="%compiler.name"
|
||||
natureFilter="both"
|
||||
outputFlag="/Fo">
|
||||
outputFlag="/Fo:">
|
||||
<supportedProperties>
|
||||
<property
|
||||
id="org.eclipse.cdt.build.core.buildType">
|
||||
|
@ -314,12 +315,12 @@
|
|||
</tool>
|
||||
<tool
|
||||
command="link"
|
||||
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG}${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||
errorParsers="org.eclipse.cdt.core.VCErrorParser"
|
||||
id="org.eclipse.cdt.msvc.link"
|
||||
name="%linker.name"
|
||||
natureFilter="both"
|
||||
outputFlag="/OUT:"
|
||||
>
|
||||
outputFlag="/OUT:">
|
||||
<supportedProperties>
|
||||
<property
|
||||
id="org.eclipse.cdt.build.core.buildArtefactType">
|
||||
|
|
Loading…
Add table
Reference in a new issue