1
0
Fork 0
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:
Doug Schaefer 2010-12-08 21:46:13 +00:00
parent 4080c880f1
commit c42dcb755b

View file

@ -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">