1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml

13 lines
762 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->
<toc label="Tutorial">
<topic label="Creating your project" href="getting_started/cdt_w_newproj.htm"/>
<topic label="Creating your C++ file" href="getting_started/cdt_w_newcpp.htm"/>
<topic label="Creating your makefile" href="getting_started/cdt_w_newmake.htm"/>
<topic label="Building your project" href="getting_started/cdt_w_build.htm"/>
<topic label="Debugging your project" href="getting_started/cdt_w_debug.htm"/>
<topic label="How to bring C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
</toc>