1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 09:15:38 +02:00

made gnu tool-chain definitions to use new option types

This commit is contained in:
Mikhail Sennikovsky 2007-05-10 18:25:09 +00:00
parent a96381849a
commit 548f63a12a

View file

@ -93,7 +93,7 @@
command="-L"
id="gnu.c.link.option.paths"
browseType="directory"
valueType="stringList">
valueType="libPaths">
</option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.c.linker"
@ -278,7 +278,7 @@
command="-L"
id="gnu.cpp.link.option.paths"
browseType="directory"
valueType="stringList">
valueType="libPaths">
</option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.cpp.linker"
@ -651,7 +651,7 @@
command="-L"
id="macosx.c.link.option.paths"
browseType="directory"
valueType="stringList">
valueType="libPaths">
</option>
<optionCategory
owner="cdt.managedbuild.tool.macosx.c.linker"
@ -816,7 +816,7 @@
command="-L"
id="macosx.cpp.link.option.paths"
browseType="directory"
valueType="stringList">
valueType="libPaths">
</option>
<optionCategory
owner="cdt.managedbuild.tool.macosx.cpp.linker"
@ -964,7 +964,7 @@
category="gnu.c.compiler.category.symbols"
command="-U"
id="gnu.c.compiler.option.preprocessor.undef.symbol"
valueType="stringList">
valueType="undefDefinedSymbols">
</option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.c.compiler"
@ -1259,7 +1259,7 @@
category="gnu.cpp.compiler.category.preprocessor"
command="-U"
id="gnu.cpp.compiler.option.preprocessor.undef"
valueType="stringList">
valueType="undefDefinedSymbols">
</option>
<optionCategory
owner="cdt.managedbuild.tool.gnu.cpp.compiler"