mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

All .htm files have changed for Copyright notice change. New search docs (including indexer), new screen caps.
167 lines
No EOL
5.8 KiB
HTML
167 lines
No EOL
5.8 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Language" content="en-us">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>C/C++ Development Toolkit (CDT) Managed Make Tutorial</title>
|
|
<link rel="stylesheet" type="text/css" href="../help.css">
|
|
|
|
<script language="JavaScript">
|
|
var first = 0;
|
|
var last = 22;
|
|
var position = 0;
|
|
|
|
var cdt_w_basicText= new Array(23)
|
|
cdt_w_basicText[0]='cdt_w_basic01.htm';
|
|
cdt_w_basicText[1]='cdt_w_basic02.htm';
|
|
cdt_w_basicText[2]='cdt_w_basic03.htm';
|
|
cdt_w_basicText[3]='cdt_w_basic04.htm';
|
|
cdt_w_basicText[4]='cdt_w_basic05.htm';
|
|
cdt_w_basicText[5]='cdt_w_basic06.htm';
|
|
cdt_w_basicText[6]='cdt_w_basic07.htm';
|
|
cdt_w_basicText[7]='cdt_w_basic08.htm';
|
|
cdt_w_basicText[8]='cdt_w_basic09.htm';
|
|
cdt_w_basicText[9]='cdt_w_basic10.htm';
|
|
cdt_w_basicText[10]='cdt_w_basic11.htm';
|
|
cdt_w_basicText[11]='cdt_w_basic12.htm';
|
|
cdt_w_basicText[12]='cdt_w_basic13.htm';
|
|
cdt_w_basicText[13]='cdt_w_basic14.htm';
|
|
cdt_w_basicText[14]='cdt_w_basic15.htm';
|
|
cdt_w_basicText[15]='cdt_w_basic16.htm';
|
|
cdt_w_basicText[16]='cdt_w_basic17.htm';
|
|
cdt_w_basicText[17]='cdt_w_basic18.htm';
|
|
cdt_w_basicText[18]='cdt_w_basic19.htm';
|
|
cdt_w_basicText[19]='cdt_w_basic20.htm';
|
|
cdt_w_basicText[20]='cdt_w_basic21.htm';
|
|
cdt_w_basicText[21]='cdt_w_basic22.htm';
|
|
cdt_w_basicText[22]='cdt_w_basic23.htm';
|
|
|
|
|
|
var cdt_w_basicPic= new Array(23)
|
|
cdt_w_basicPic[0]='../images/cdt_w_basic01.png';
|
|
cdt_w_basicPic[1]='../images/cdt_w_basic02.png';
|
|
cdt_w_basicPic[2]='../images/cdt_w_basic03.png';
|
|
cdt_w_basicPic[3]='../images/cdt_w_basic04.png';
|
|
cdt_w_basicPic[4]='../images/cdt_w_basic05.png';
|
|
cdt_w_basicPic[5]='../images/cdt_w_basic06.png';
|
|
cdt_w_basicPic[6]='../images/cdt_w_basic07.png';
|
|
cdt_w_basicPic[7]='../images/cdt_w_basic08.png';
|
|
cdt_w_basicPic[8]='../images/cdt_w_basic09.png';
|
|
cdt_w_basicPic[9]='../images/cdt_w_basic10.png';
|
|
cdt_w_basicPic[10]='../images/cdt_w_basic11.png';
|
|
cdt_w_basicPic[11]='../images/cdt_w_basic12.png';
|
|
cdt_w_basicPic[12]='../images/cdt_w_basic13.png';
|
|
cdt_w_basicPic[13]='../images/cdt_w_basic14.png';
|
|
cdt_w_basicPic[14]='../images/cdt_w_basic15.png';
|
|
cdt_w_basicPic[15]='../images/cdt_w_basic16.png';
|
|
cdt_w_basicPic[16]='../images/cdt_w_basic17.png';
|
|
cdt_w_basicPic[17]='../images/cdt_w_basic18.png';
|
|
cdt_w_basicPic[18]='../images/cdt_w_basic19.png';
|
|
cdt_w_basicPic[19]='../images/cdt_w_basic20.png';
|
|
cdt_w_basicPic[20]='../images/cdt_w_basic21.png';
|
|
cdt_w_basicPic[21]='../images/cdt_w_basic22.png';
|
|
cdt_w_basicPic[22]='../images/cdt_w_basic23.png';
|
|
|
|
var screenText= new Array(23)
|
|
screenText[0]='Eclipse Workbench';
|
|
screenText[1]='Opening the C/C++ Perspective';
|
|
screenText[2]='The C++ Perspective';
|
|
screenText[3]='Creating a New Project';
|
|
screenText[4]='New Project Wizard';
|
|
screenText[5]='New Managed Make C++ Project';
|
|
screenText[6]='Select a Target';
|
|
screenText[7]='Error Parser Configuration';
|
|
screenText[8]='C/C++ Indexer Configuration';
|
|
screenText[9]='New C++ Project in the Workbench';
|
|
screenText[10]='Create a New File';
|
|
screenText[11]='New File Wizard';
|
|
screenText[12]='New File in the Workbench';
|
|
screenText[13]='Entering Code in the New .cpp File';
|
|
screenText[14]='Stepping Through the Code in Outline View';
|
|
screenText[15]='Save the File';
|
|
screenText[16]='Displaying New Executables in the Projects View';
|
|
screenText[17]='Selecting Run from the Menu';
|
|
screenText[18]='Run Wizard';
|
|
screenText[19]='Selecting the Program to Run';
|
|
screenText[20]='Run Configuration';
|
|
screenText[21]='Console View with Program Running';
|
|
screenText[22]='Console View with Program Terminated';
|
|
|
|
|
|
|
|
function nav_a() {
|
|
document.back.src='../images/icon_back.png';
|
|
document.back.title='Back';
|
|
|
|
document.home.src='../images/icon_previous.png';
|
|
document.home.title='Start Over';
|
|
|
|
document.next.src='../images/icon_forward.png';
|
|
document.next.title='Next';
|
|
};
|
|
|
|
function nav_b() {
|
|
document.back.src='../images/trans.gif';
|
|
document.back.title='';
|
|
|
|
document.home.src='../images/trans.gif';
|
|
document.home.title='';
|
|
|
|
document.next.src='../images/icon_forward.png';
|
|
document.next.title='Next';
|
|
};
|
|
|
|
function nav_e() {
|
|
document.back.src='../images/icon_back.png';
|
|
document.back.title='Back';
|
|
|
|
document.home.src='../images/icon_previous.png';
|
|
document.home.title='Start Over';
|
|
|
|
document.next.src='../images/trans.gif';
|
|
document.next.title='';
|
|
};
|
|
|
|
function show() {
|
|
textFrame.location.href = cdt_w_basicText[position];
|
|
document.screen.src = cdt_w_basicPic[position];
|
|
document.screen.alt = screenText[position];
|
|
}
|
|
|
|
function reset() {
|
|
position = first;
|
|
show();
|
|
nav_b();
|
|
}
|
|
|
|
function goNext() {
|
|
if ( position == first ) { nav_a(); };
|
|
if ( position < last ) { position++; show(); }
|
|
if ( position == last ) { nav_e(); }
|
|
}
|
|
|
|
function goBack() {
|
|
if ( position == last ) { nav_a(); };
|
|
if ( position > first ) { position--; show()};
|
|
if ( position == first ) { nav_b(); };
|
|
}
|
|
|
|
</script>
|
|
|
|
</head>
|
|
<body>
|
|
<h2>CDT Managed Make Tutorial</h2>
|
|
<center>
|
|
<IFRAME name=textFrame SRC="cdt_w_basic01.htm" TITLE="cdt_w_basic Text" MARGINWIDTH=0 MARGINHEIGHT=0 width=800 height=180 frameborder=0 SCROLLING=auto></IFRAME>
|
|
<table width="600px" border="0" cellspacing="0" summary="">
|
|
<tr>
|
|
<td><img src="../images/trans.gif" align="left" width="22" height="22" onClick="goBack();" title="" name="back"></td>
|
|
<td><center><img src="../images/trans.gif" width="22" height="22" onClick="reset();" title="" name="home"></center></td>
|
|
<td><img src="../images/icon_forward.png" align="right" width="22" height="22" onClick="goNext();" title="Next" name="next" ></td>
|
|
</tr>
|
|
</table>
|
|
<p><img src="../images/cdt_w_basic01.png" align="center" width="800" height="600" alt="Eclipse Logo" name="screen" ></p>
|
|
</center>
|
|
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
|
|
</body>
|
|
</html> |