mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
34 lines
1.2 KiB
XML
34 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?NLS TYPE="org.eclipse.help.contexts"?>
|
|
<!--
|
|
******************************************************************
|
|
** (C) COPYRIGHT International Business Machines Corp. 2001,2003
|
|
** All Rights Reserved * Licensed Materials - Property of IBM
|
|
******************************************************************
|
|
-->
|
|
<!DOCTYPE contexts [
|
|
<!ENTITY defaultCSHelp "Default Context Sensitive Help">
|
|
<!ENTITY makeBuilder "Make Builder page, C/C++ Properties window">
|
|
<!ENTITY pathsSymbols "Paths and Symbols page, C/C++ Properties window">
|
|
]>
|
|
<contexts>
|
|
|
|
<context id ="default_cs_help">
|
|
<description>Click below to see help.</description>
|
|
<topic href="default_cs_help.htm"
|
|
label="&defaultCSHelp;"/>
|
|
</context>
|
|
|
|
<context id ="cdt_make_builder_page">
|
|
<description>Define the build settings for the current project. </description>
|
|
<topic href="reference/cdt_u_newproj_buildset.htm"
|
|
label="&makeBuilder;"/>
|
|
</context>
|
|
|
|
<context id ="cdt_paths_symbols_page">
|
|
<description>Enter include paths and symbols. </description>
|
|
<topic href="reference/cdt_u_newproj_pathsymb.htm"
|
|
label="&pathsSymbols;"/>
|
|
</context>
|
|
|
|
</contexts>
|