mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Fix for 80717 -- Executable name ends in ".exe"
Also had to add outputs="" to the tool defintions
This commit is contained in:
parent
b6fa19a6f7
commit
1360711a78
1 changed files with 3 additions and 9 deletions
|
@ -64,10 +64,6 @@
|
|||
value="org.eclipse.cdt.managedbuilder.core.managedBuildNature">
|
||||
</filter>
|
||||
</page>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.propertyPages">
|
||||
<page
|
||||
objectClass="org.eclipse.core.resources.IFile"
|
||||
adaptable="true"
|
||||
|
@ -76,10 +72,6 @@
|
|||
class="org.eclipse.cdt.managedbuilder.ui.properties.ResourceBuildPropertyPage"
|
||||
id="org.eclipse.cdt.managedbuilder.ui.properties.ResourceBuildProperties">
|
||||
</page>
|
||||
</extension>
|
||||
|
||||
<extension
|
||||
point="org.eclipse.ui.propertyPages">
|
||||
<page
|
||||
objectClass="org.eclipse.core.resources.IFile"
|
||||
adaptable="true"
|
||||
|
@ -89,7 +81,7 @@
|
|||
id="org.eclipse.cdt.managedbuilder.ui.properties.ResourceBuildProperties">
|
||||
</page>
|
||||
</extension>
|
||||
|
||||
|
||||
<!-- Managed Make Builder Tool Specifications -->
|
||||
<extension
|
||||
id="cdt.managed.build.info"
|
||||
|
@ -490,6 +482,7 @@
|
|||
<tool
|
||||
natureFilter="cnature"
|
||||
sources="o"
|
||||
outputs=""
|
||||
name="%ToolName.linker.macosx.c"
|
||||
outputFlag="-o"
|
||||
command="gcc"
|
||||
|
@ -603,6 +596,7 @@
|
|||
<tool
|
||||
natureFilter="ccnature"
|
||||
sources="o"
|
||||
outputs=""
|
||||
name="%ToolName.linker.macosx.cpp"
|
||||
outputFlag="-o"
|
||||
command="g++"
|
||||
|
|
Loading…
Add table
Reference in a new issue