mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Add attributes to test support of browseType for String options
This commit is contained in:
parent
1927cf14da
commit
b2fcade70e
1 changed files with 9 additions and 0 deletions
|
@ -1823,6 +1823,7 @@
|
||||||
category="gnu.c.link.category30.shared"
|
category="gnu.c.link.category30.shared"
|
||||||
command="-Wl,-soname="
|
command="-Wl,-soname="
|
||||||
id="gnu.c.link.option30.soname"
|
id="gnu.c.link.option30.soname"
|
||||||
|
browseType="file"
|
||||||
valueType="string">
|
valueType="string">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
|
@ -1830,6 +1831,7 @@
|
||||||
category="gnu.c.link.category30.shared"
|
category="gnu.c.link.category30.shared"
|
||||||
command="-Wl,--out-implib="
|
command="-Wl,--out-implib="
|
||||||
id="gnu.c.link.option30.implname"
|
id="gnu.c.link.option30.implname"
|
||||||
|
browseType="directory"
|
||||||
valueType="string">
|
valueType="string">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
|
@ -1971,6 +1973,7 @@
|
||||||
category="gnu.cpp.link.category30.shared"
|
category="gnu.cpp.link.category30.shared"
|
||||||
command="-Wl,-soname="
|
command="-Wl,-soname="
|
||||||
valueType="string"
|
valueType="string"
|
||||||
|
browseType="file"
|
||||||
id="gnu.cpp.link.option30.soname">
|
id="gnu.cpp.link.option30.soname">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
|
@ -1978,6 +1981,7 @@
|
||||||
category="gnu.cpp.link.category30.shared"
|
category="gnu.cpp.link.category30.shared"
|
||||||
command="-Wl,--out-implib="
|
command="-Wl,--out-implib="
|
||||||
valueType="string"
|
valueType="string"
|
||||||
|
browseType="directory"
|
||||||
id="gnu.cpp.link.option30.implname">
|
id="gnu.cpp.link.option30.implname">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
|
@ -3148,6 +3152,11 @@
|
||||||
<tool
|
<tool
|
||||||
id="test30_1.gnu.so.c.linker"
|
id="test30_1.gnu.so.c.linker"
|
||||||
superClass="cdt.managedbuild.tool.testgnu30.c.linker">
|
superClass="cdt.managedbuild.tool.testgnu30.c.linker">
|
||||||
|
<option
|
||||||
|
defaultValue="true"
|
||||||
|
id="test30_1.gnu.c.link.option30.shared"
|
||||||
|
superClass="gnu.c.link.option30.shared">
|
||||||
|
</option>
|
||||||
<inputType
|
<inputType
|
||||||
buildVariable="STRIPPEDOBJS"
|
buildVariable="STRIPPEDOBJS"
|
||||||
id="test30_1.gnu.so.c.linker.input"
|
id="test30_1.gnu.so.c.linker.input"
|
||||||
|
|
Loading…
Add table
Reference in a new issue