core/com.nokia.carbide.cpp.doc.user/html/concepts/precompiled_headers.htm
branchRCL_2_4
changeset 1225 a546534a48de
parent 939 47d3ca29d054
equal deleted inserted replaced
1224:b0d232312e83 1225:a546534a48de
    28 &nbsp;&nbsp;&nbsp;&nbsp;char foobar[256];<br />
    28 &nbsp;&nbsp;&nbsp;&nbsp;char foobar[256];<br />
    29 } foo;</p>
    29 } foo;</p>
    30 </div>
    30 </div>
    31 <p>The resultant output file, <span class="code">pch_test.mch</span> can be included in other source or prefix files as:</p>
    31 <p>The resultant output file, <span class="code">pch_test.mch</span> can be included in other source or prefix files as:</p>
    32 <p class="listing"> #include pch_test.mch</p>
    32 <p class="listing"> #include pch_test.mch</p>
    33 <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>
    33 <div id="footer">Copyright &copy; 2010 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>
    34 
    34 
    35 </body>
    35 </body>
    36 </html>
    36 </html>