Symbian3/SDK/Source/GUID-B1800856-3516-5D22-B1C5-556866CDDF46.dita
changeset 0 89d6a7a84779
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/SDK/Source/GUID-B1800856-3516-5D22-B1C5-556866CDDF46.dita	Thu Jan 21 18:18:20 2010 +0000
@@ -0,0 +1,83 @@
+<?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 id="GUID-B1800856-3516-5D22-B1C5-556866CDDF46" xml:lang="en"><title>bldmake
+command syntax</title><prolog><metadata><keywords/></metadata></prolog><conbody>
+<p>The <filepath>bldmake</filepath> tool processes the component description
+file (<filepath>bld.inf</filepath>) in the current directory and generates
+the batch file <filepath>abld.bat</filepath> and several build batch makefiles
+(<filepath>.make</filepath>). The makefiles are used by <filepath>abld</filepath> to
+perform the various stages of building the component. </p>
+<p><b>Invocation syntax </b> </p>
+<p> <codeph>bldmake</codeph> [ <codeph>options</codeph> ] <codeph>command</codeph> [ <codeph>platform</codeph> ] </p>
+<p>Details of <varname>command</varname> and <varname>options</varname> are
+given in the following tables: </p>
+<p><b>Command </b> </p>
+<table id="GUID-36F68EE0-3993-55A3-8FE8-B0AA83865FCE">
+<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
+<thead>
+<row>
+<entry><b>Command</b></entry>
+<entry><b>Description</b></entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry><p> <codeph>bldfiles</codeph>  </p> </entry>
+<entry><p>Creates abld and the project makefiles. </p> </entry>
+</row>
+<row>
+<entry><p> <codeph>clean</codeph>  </p> </entry>
+<entry><p>Removes all files created by bldmake. </p> </entry>
+</row>
+<row>
+<entry><p> <codeph>inf</codeph>  </p> </entry>
+<entry><p>Displays basic <filepath>bld.inf</filepath> syntax. </p> </entry>
+</row>
+<row>
+<entry><p> <codeph>plat</codeph>  </p> </entry>
+<entry><p>Displays a list of the supported platforms, and the macros defined
+for each for the preprocessing of <codeph>prj_mmpfiles</codeph> and <codeph>prj_testmmpfiles</codeph> sections
+of bld.inf files. </p> <p>If a platform name is given, just the macros for
+that platform are displayed: for example, <codeph>bldmake plat thumb</codeph>. </p> </entry>
+</row>
+</tbody>
+</tgroup>
+</table>
+<p><b>Options </b> </p>
+<table id="GUID-4BBBDC0A-652C-5079-B581-11CF52CBD9C7">
+<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
+<thead>
+<row>
+<entry><b>Options</b></entry>
+<entry><b>Description</b></entry>
+</row>
+</thead>
+<tbody>
+<row>
+<entry><p> <codeph>-v</codeph>  </p> </entry>
+<entry><p>Instructs <filepath>bldmake</filepath> to print progress messages. </p> <p>Only
+error messages are printed by default. </p> </entry>
+</row>
+<row>
+<entry><p> <codeph> -k</codeph> or <codeph>-keepgoing </codeph>  </p> </entry>
+<entry><p>Instructs <filepath>bldmake</filepath> to continue with the process
+even if the files specified in <xref href="GUID-EDCBBB5E-FAAD-50A5-9EE4-B4F399B77CE9.dita">bld.inf
+file</xref> are missing. </p> </entry>
+</row>
+</tbody>
+</tgroup>
+</table>
+<p><b>Platform </b> </p>
+<p>Defines the target for which to create the makefiles. If not specified,
+all the default targets are assumed. </p>
+<p>For v9.1, the default targets are WINSCW, GCCXML, ARMV5, and CW_IDE. </p>
+</conbody></concept>
\ No newline at end of file