mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Fix for 80717 -- Executable name ends in ".exe"
Removed the exe from the XML specification
This commit is contained in:
parent
5ad554739c
commit
e7908d52e2
1 changed files with 0 additions and 2 deletions
|
@ -2084,7 +2084,6 @@
|
|||
isAbstract="false">
|
||||
<configuration
|
||||
name="%ConfigName.Dbg"
|
||||
artifactExtension="exe"
|
||||
cleanCommand="rm -rf"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
|
||||
id="cdt.managedbuild.config.gnu.macosx.exe.debug">
|
||||
|
@ -2154,7 +2153,6 @@
|
|||
</configuration>
|
||||
<configuration
|
||||
name="%ConfigName.Rel"
|
||||
artifactExtension="exe"
|
||||
cleanCommand="rm -rf"
|
||||
errorParsers="org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.GASErrorParser"
|
||||
id="cdt.managedbuild.config.macosx.exe.release">
|
||||
|
|
Loading…
Add table
Reference in a new issue