diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-E6CB4891-AFC8-50BB-A2C8-057DB1269DA9.dita --- a/Symbian3/SDK/Source/GUID-E6CB4891-AFC8-50BB-A2C8-057DB1269DA9.dita Fri Jul 16 17:23:46 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,40 +0,0 @@ - - - - - -Meta -files -

A meta file is a simple text file associated with each template extension -makefile, it contains additional information about the extension such as makefile -type, platform and so on.

-

Following is the syntax for meta file:

-

makefile gnumake | nmake

-

[platform value]

-

[option option-name_1 option-value_1]

-

...

-

[option option-name_n option-value_n]

-

The makefile gnumake | nmake is compulsory -for all the meta files. It specifies whether the makefile is of type gnumake or nmake.

-

The optional platform value specifies -the platforms for which the associated template extension makefile can be -applied. If not specified, the makefile is invoked for all the platforms. -For example, the platform could be winscw and/or ARMv5.

-

The optional option option-name option-value sets -a default value for an option, which can be changed within START EXTENSION...END block -in the bld.inf file. For more information, refer to prj_extensions.

-

This example will set values to platform and makefile variables.

#copy_default.meta -# - -makefile gnumake -platform win32
-
-How to write -a meta file -
\ No newline at end of file