sbsv1_os/e32toolp/docs/mmp_notes.txt
branchRCL_3
changeset 73 22bdd8a90cc4
equal deleted inserted replaced
62:7416fe50a180 73:22bdd8a90cc4
       
     1 ResourceRef
       
     2 	Source =>	full path to source file
       
     3 	Lang =>		language code to use when compiling this resource
       
     4 	Uids =>		uids for this resource file (if any)
       
     5 	Hdr =>		anything, indicating that a resource header file is required
       
     6 	BaseTrg =>	base of target name
       
     7 	TrgPath =>	target path in the emulated filesystem
       
     8 	
       
     9 	Trg =>		target name for this resource, in the form name.Rxx to match LANG
       
    10 
       
    11 Notes;
       
    12 TrgPath is filled in at the end for any resource which lacks one
       
    13 If Lang is not specified, copies of this ResourceRef are made for each of the 
       
    14 languages specified in the LANG statement.
       
    15 Trg is constructed from the TrgPath, BaseTrg and Lang information.
       
    16 
       
    17 
       
    18 BitmapRef
       
    19 	Source =>	list of bitmap source references, each of the form
       
    20 		Src =>		full path of BMP file
       
    21 		ClDepth =>	colour depth as specified in MMP file
       
    22 	TrgPath =>	target path in the emulated filesystem
       
    23 	Trg =>		target name for this bitmap as specified in the MMP file
       
    24 	Hdr =>		anything, indicating that a bitmap header should be generated
       
    25 
       
    26 AifRef
       
    27 	Trg =>		target name as specified in the MMP file. Defect: may include directory
       
    28 	Dir =>		source path
       
    29 	Resrc =>	resource file name relative to source path
       
    30 	ClDepth =>	colour depth to apply to bitmap files (design defect!)
       
    31 	BitMaps =>	list of bitmap files
       
    32 
       
    33 SourceRef
       
    34 	SrcPath => full path to source file
       
    35 	CurFile => full source file name
       
    36 	BaseTrg => base of source file name