core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_freeze_def_file.htm
changeset 1791 727385d8e2b3
parent 1376 120480c02651
--- a/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_freeze_def_file.htm	Fri Aug 06 14:05:52 2010 -0500
+++ b/core/com.nokia.carbide.cpp.doc.user/html/tasks/projects/prj_freeze_def_file.htm	Fri Aug 06 14:28:38 2010 -0500
@@ -7,7 +7,7 @@
 <title>Freezing DLL Projects</title>
 <link rel="StyleSheet" href="../../../book.css" type="text/css"/>
 </head>
-<body bgcolor="#FFFFFF">
+<body >
 <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>