blob: 5e5e128a70344899f7afdbd0968e8101c86ffdb5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Creating a makefile</title>
</head>
<body>
<h1>Creating a makefile</h1>
<p>You need to provide a makefile for a Remote Makefile Project.</p>
<p>To create a makefile:</p>
<ol>
<li>In the <strong>Project Explorer</strong> view, right-click a project, and select <strong>New &gt; File</strong>.<br>
<img src="../../images/create_makefile_01.png" alt="New &gt; File in Project Explorer View"></li>
<li>In the <strong>File name</strong> box, type <strong>makefile</strong>.</li>
<li>In the list of projects, verify that the correct project is selected.</li>
<li>Click <strong>Finish</strong>.<br>
<img src="../../images/create_makefile_02.png" alt="New File Wizard"></li>
<li>The editor opens. Type makefile instructions in the editor.<br>
<img src="../../images/create_makefile_03.png" alt="Editor view with a sample code"></li>
<li>Click <strong>File &gt;
Save</strong>.</li></ol>
<br>
</body>
</html>