1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Add some tips to existing options

This commit is contained in:
Leo Treggiari 2005-11-19 20:29:32 +00:00
parent 28de4d648c
commit dde1d9fe71

View file

@ -1708,6 +1708,7 @@
category="gnu.c.link.category30.general" category="gnu.c.link.category30.general"
command="-nostartfiles" command="-nostartfiles"
id="gnu.c.link.option30.nostart" id="gnu.c.link.option30.nostart"
tip="This space intentionally left blank"
valueType="boolean"> valueType="boolean">
</option> </option>
<option <option
@ -1751,6 +1752,7 @@
name="MBS30Opt.Posix.Libs" name="MBS30Opt.Posix.Libs"
category="gnu.c.link.category30.libs" category="gnu.c.link.category30.libs"
command="-l" command="-l"
tip="Enter additional libraries for the link"
id="gnu.c.link.option30.libs" id="gnu.c.link.option30.libs"
browseType="file" browseType="file"
valueType="libs"> valueType="libs">
@ -1761,6 +1763,7 @@
command="-L" command="-L"
id="gnu.c.link.option30.paths" id="gnu.c.link.option30.paths"
browseType="directory" browseType="directory"
tip="Enter additional directories to use in searching for libraries"
valueType="stringList"> valueType="stringList">
</option> </option>
<optionCategory <optionCategory
@ -1786,7 +1789,8 @@
category="gnu.c.link.category30.other" category="gnu.c.link.category30.other"
browseType="file" browseType="file"
valueType="userObjs" valueType="userObjs"
id="gnu.c.link.option30.userobjs"> id="gnu.c.link.option30.userobjs"
tip="Enter additional object files for the link">
</option> </option>
<optionCategory <optionCategory
owner="cdt.managedbuild.tool.testgnu30.c.linker" owner="cdt.managedbuild.tool.testgnu30.c.linker"