Changeset 20244e1 in rtems-eclipse-plug-in
- Timestamp:
- 11/27/09 08:31:46 (13 years ago)
- Branches:
- master
- Children:
- 0fab0d1
- Parents:
- 6c02638
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
org.rtems.cdt/plugin.xml
r6c02638 r20244e1 443 443 sourceContentType="org.eclipse.cdt.core.cSource" 444 444 sources="c"/> 445 <envVarBuildPath 446 pathType="buildpathInclude" 447 variableList="CPATH,C_INCLUDE_PATH"/> 445 448 </tool> 446 449 <tool 447 450 id="org.rtems.cdt.compiler.cpp" 448 451 name="RTEMS C++ Compiler" 449 superClass="org.rtems.cdt.tool.gcc"> 452 superClass="org.rtems.cdt.tool.gcc" 453 natureFilter="ccnature"> 450 454 <inputType 451 455 id="org.rtems.cdt.compiler.cpp.input" … … 457 461 sourceContentType="org.eclipse.cdt.core.cxxSource" 458 462 sources="c,C,cc,cxx,cpp"/> 463 <envVarBuildPath 464 pathType="buildpathInclude" 465 variableList="CPATH,CPLUS_INCLUDE_PATH"/> 459 466 </tool> 460 467 <tool … … 506 513 </tool> 507 514 <tool 508 commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator"509 515 id="org.rtems.cdt.linker.cpp" 510 516 name="RTEMS C++ Linker" 511 superClass="cdt.managedbuild.tool.gnu.cpp.linker"> 517 superClass="cdt.managedbuild.tool.gnu.cpp.linker" 518 commandLineGenerator="org.rtems.cdt.build.CommandLineGenerator"> 512 519 <enablement type="ALL"> 513 520 <not> … … 554 561 sourceContentType="org.eclipse.cdt.core.cSource" 555 562 sources="c"/> 563 <envVarBuildPath 564 pathType="buildpathInclude" 565 variableList="CPATH,C_INCLUDE_PATH" 566 buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver"/> 556 567 </tool> 557 568 <tool … … 559 570 name="RTEMS C++ Compiler (Cygwin)" 560 571 superClass="org.rtems.cdt.tool.gcc" 572 natureFilter="ccnature" 561 573 commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator"> 562 574 <inputType … … 569 581 sourceContentType="org.eclipse.cdt.core.cxxSource" 570 582 sources="c,C,cc,cxx,cpp"/> 583 <envVarBuildPath 584 pathType="buildpathInclude" 585 variableList="CPATH,CPLUS_INCLUDE_PATH" 586 buildPathResolver="org.eclipse.cdt.managedbuilder.gnu.cygwin.CygwinPathResolver"/> 571 587 </tool> 572 588 <tool … … 584 600 </tool> 585 601 <tool 586 commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator"587 602 id="org.rtems.cdt.linker.cpp.cygwin" 588 603 name="RTEMS C++ Linker (Cygwin)" 589 superClass="cdt.managedbuild.tool.gnu.cpp.linker.cygwin"> 604 superClass="cdt.managedbuild.tool.gnu.cpp.linker.cygwin" 605 commandLineGenerator="org.rtems.cdt.build.CygwinCommandLineGenerator"> 590 606 <enablement type="ALL"> 591 607 <not>
Note: See TracChangeset
for help on using the changeset viewer.