1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard.htm
2007-05-14 14:30:37 +00:00

146 lines
No EOL
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>New CDT Project with your own makefile - Tutorial</title>
<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript">
var first = 0;
var last = 16;
var position = 0;
var cdt_w_standardText= new Array(17)
cdt_w_standardText[0]='cdt_w_standard01.htm';
cdt_w_standardText[1]='cdt_w_standard02.htm';
cdt_w_standardText[2]='cdt_w_standard03.htm';
cdt_w_standardText[3]='cdt_w_standard04.htm';
cdt_w_standardText[4]='cdt_w_standard05.htm';
cdt_w_standardText[5]='cdt_w_standard06.htm';
cdt_w_standardText[6]='cdt_w_standard07.htm';
cdt_w_standardText[7]='cdt_w_standard08.htm';
cdt_w_standardText[8]='cdt_w_standard09.htm';
cdt_w_standardText[9]='cdt_w_standard10.htm';
cdt_w_standardText[10]='cdt_w_standard11.htm';
cdt_w_standardText[11]='cdt_w_standard12.htm';
cdt_w_standardText[12]='cdt_w_standard13.htm';
cdt_w_standardText[13]='cdt_w_standard14.htm';
cdt_w_standardText[14]='cdt_w_standard15.htm';
cdt_w_standardText[15]='cdt_w_standard16.htm';
cdt_w_standardText[16]='cdt_w_standard17.htm';
var cdt_w_standardPic= new Array(17)
cdt_w_standardPic[0]='../images/cdt_w_standard01.png';
cdt_w_standardPic[1]='../images/cdt_w_standard02.png';
cdt_w_standardPic[2]='../images/cdt_w_standard03.png';
cdt_w_standardPic[3]='../images/cdt_w_standard04.png';
cdt_w_standardPic[4]='../images/cdt_w_standard05.png';
cdt_w_standardPic[5]='../images/cdt_w_standard06.png';
cdt_w_standardPic[6]='../images/cdt_w_standard07.png';
cdt_w_standardPic[7]='../images/cdt_w_standard08.png';
cdt_w_standardPic[8]='../images/cdt_w_standard09.png';
cdt_w_standardPic[9]='../images/cdt_w_standard10.png';
cdt_w_standardPic[10]='../images/cdt_w_standard11.png';
cdt_w_standardPic[11]='../images/cdt_w_standard12.png';
cdt_w_standardPic[12]='../images/cdt_w_standard13.png';
cdt_w_standardPic[13]='../images/cdt_w_standard14.png';
cdt_w_standardPic[14]='../images/cdt_w_standard15.png';
cdt_w_standardPic[15]='../images/cdt_w_standard16.png';
cdt_w_standardPic[16]='../images/cdt_w_standard17.png';
var screenText= new Array(17)
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]='New C++ Project in the Workbench';
screenText[9]='Create a New File';
screenText[10]='New File Wizard';
screenText[11]='New File in the Workbench';
screenText[12]='Entering Code in the New .cpp File';
screenText[13]='Stepping Through the Code in Outline View';
screenText[14]='Save the File';
screenText[15]='Displaying New Executables in the Projects View';
screenText[16]='Selecting Run from the Menu';
function nav_a() {
document.home.src='../images/icon_home.png';
document.home.title='Start Over';
document.back.src='../images/icon_back.png';
document.back.title='Back';
document.next.src='../images/icon_forward.png';
document.next.title='Next';
};
function nav_b() {
document.home.src='../images/trans.gif';
document.home.title='';
document.back.src='../images/trans.gif';
document.back.title='';
document.next.src='../images/icon_forward.png';
document.next.title='Next';
};
function nav_e() {
document.home.src='../images/icon_home.png';
document.home.title='Start Over';
document.back.src='../images/icon_back.png';
document.back.title='Back';
document.next.src='../images/trans.gif';
document.next.title='';
};
function show() {
textFrame.location.href = cdt_w_standardText[position];
document.screen.src = cdt_w_standardPic[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>New CDT Project with your own makefile - Tutorial</h2>
<IFRAME name=textFrame SRC="cdt_w_standard01.htm" TITLE="cdt_w_standard Text" MARGINWIDTH=0 MARGINHEIGHT=0 width=800 height=200 frameborder=0 SCROLLING=auto></IFRAME>
<hr>
<table width="120px" border="0" cellspacing="0" summary="">
<tr>
<td align="center"><img src="../images/trans.gif" width="22" height="22" onClick="reset();" title="" name="home"></td>
<td align="center"><img src="../images/trans.gif" align="left" width="22" height="22" onClick="goBack();" title="" name="back"></td>
<td align="center"><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_standard01.png" align="center" alt="Eclipse Logo" name="screen" ></p>
<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >
</body>
</html>