mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
15 lines
1 KiB
XML
15 lines
1 KiB
XML
<?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="Managed Make Hello World Tutorial" href="getting_started/cdt_w_basic.htm"/>
|
|
<topic label="Standard Make Hello World Tutorial" href="getting_started/cdt_w_standard.htm"/>
|
|
<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"/>
|
|
<topic label="Updating the CDT" href="getting_started/cdt_w_install_cdt.htm"/>
|
|
</toc>
|