mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Add GNU archiver other objects option to MBS
This commit is contained in:
parent
0583a0568d
commit
6c2eb27ff7
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,7 @@ Contributors:
|
|||
Intel Corporation - initial API and implementation
|
||||
John Dallaway - add assembler debug level option (#727)
|
||||
John Dallaway - extend optimization options (#828)
|
||||
John Dallaway - add archiver other objects option (#653)
|
||||
-->
|
||||
<plugin>
|
||||
<!-- Managed Make Builder Tool Specifications -->
|
||||
|
@ -433,6 +434,12 @@ Contributors:
|
|||
category="gnu.lib.category.general"
|
||||
valueType="string"
|
||||
id="gnu.both.lib.option.flags" />
|
||||
<option
|
||||
browseType="file"
|
||||
category="gnu.lib.category.general"
|
||||
id="gnu.both.lib.option.userobjs"
|
||||
name="%Option.Posix.UserObjs"
|
||||
valueType="userObjs" />
|
||||
<inputType
|
||||
sourceContentType="org.eclipse.cdt.managedbuilder.core.compiledObjectFile"
|
||||
sources="o"
|
||||
|
|
Loading…
Add table
Reference in a new issue