core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_freeze_def_file.htm
changeset 0 fb279309251b
child 1225 a546534a48de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_freeze_def_file.htm	Fri Apr 03 23:33:03 2009 +0100
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//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>Freezing DLL Projects</title>
+<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
+</head>
+<body bgcolor="#FFFFFF">
+<h2>Freezing DLL Projects</h2>
+<p>Use the <b>Project &gt; Freeze Exports</b> menu command to freeze a entire project, normally a DLL, to ensure backward compatibility of a new release. The result is a .def file that can be imported into other projects. You cannot freeze a single file of the project, only the entire project. Also, once a project is frozen, only new exports can be added. </p>
+<p class="note">  <b>NOTE</b> A .def file must be included in the project target to export a project. The IDE will not create one if it is missing.</p>
+<div class="step">
+  <h4>Freezing an Active Project </h4>
+  <ol>
+    <li>Select the Project &gt; Freeze Exports menu item or Right-click and select Freeze Exports from the context menu </li>
+    <p>The appropriate <b>abld</b> command is called in the background and a .def file is generated that can be imported into other projects. </p>
+  </ol>
+</div>
+<h5>Related concepts</h5>
+  <ul>
+    <li><a href="../../concepts/Projects.html">Projects</a></li>
+  </ul>
+  <h5>Related tasks</h5>
+  <ul>
+    <li><a href="../ImportingProjects.html">Importing Projects</a></li>
+  </ul>
+  <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>
\ No newline at end of file