week 10 bug fix submission (SF PDK version): Bug 1892, Bug 1897, Bug 1319. Also 3 or 4 documents were found to contain code blocks with SFL, which has been fixed. Partial fix for broken links, links to Forum Nokia, and the 'Symbian platform' terminology issues.
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
<!-- This component and the accompanying materials are made available under the terms of the License
"Eclipse Public License v1.0" which accompanies this distribution,
and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
<!-- Initial Contributors:
Nokia Corporation - initial contribution.
Contributors:
-->
<!DOCTYPE concept
PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
<concept xml:lang="en" id="GUID-189DCEF1-EBCD-5971-9D7C-109F0C910802"><title>Basic SQL Example: BLD.INF </title><prolog><metadata><keywords/></metadata></prolog><conbody><p>A copy of the bld.inf file for the basic SQL example application. </p> <section><title>Introduction</title> <p>The bld.inf file tells the compiler which project file to use when building the application. </p> </section> <section><title>Code</title> <p>Identifies the project file. </p> <codeblock id="GUID-71B68141-648B-5338-98F7-5C72EB6F057D" xml:space="preserve">// BLD.INF
//
//
// Copyright (c) Nokia Ltd 2009. All rights reserved.
//
PRJ_MMPFILES
basicsqlexample.mmp</codeblock> </section> </conbody></concept>