core/com.nokia.carbide.cpp.compiler.doc.user/html/performance/perf_precompiled_ide.htm
changeset 0 fb279309251b
child 1641 2b3996fc09a1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/performance/perf_precompiled_ide.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,33 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<meta http-equiv="Content-Style-Type" content="text/css" />
+<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
+<title>Precompiling a File in the Carbide IDE</title>
+<link rel="StyleSheet" href="../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h3>Precompiling a File in the Carbide IDE</h3>
+<p>To precompile a file in the Carbide IDE, use the Precompile command in the Project menu:</p>
+<div class="step">
+  <ol>
+    <li> Start the Carbide IDE.</li>
+    <li>Open or create a project.</li>
+    <li>Choose or create a build target in the project.</li>
+    <p>The settings in the project&rsquo;s active build target will be used when preprocessing and precompiling the file you want to precompile.</p>
+    <li>Open the source code file to precompile.</li>
+    <p>See &ldquo;What Can be Precompiled&rdquo; for information on what a precompiled file may contain.</p>
+    <li>From the Project menu, choose Precompile.</li>
+    <p>A save dialog box appears.</p>
+    <li>Choose a location and type a name for the new precompiled file.</li>
+    <p>The IDE <a href="perf_precompiled_what.htm">precompiles</a> the file and saves it.</p>
+    <li>Click Save.</li>
+    <p>The save dialog box closes, and the IDE precompiles the file you opened, saving it in the folder you specified, giving it the name you specified.</p>
+  </ol>
+</div>
+<p>You may now include the new precompiled file in source code files. </p>
+<div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>
+
+
+</body>
+</html>