scripts/build.properties.SED
changeset 166 bb6ce7e96991
parent 165 63829d1fe965
child 215 c9394af976fe
equal deleted inserted replaced
165:63829d1fe965 166:bb6ce7e96991
    42 # value is a '&' separated list of ',' separate triples.  For example, 
    42 # value is a '&' separated list of ',' separate triples.  For example, 
    43 #     configs=win32,win32,x86 & linux,motif,x86
    43 #     configs=win32,win32,x86 & linux,motif,x86
    44 # By default the value is *,*,*
    44 # By default the value is *,*,*
    45 #configs = *, *, *
    45 #configs = *, *, *
    46 configs=win32, win32, x86 & \
    46 configs=win32, win32, x86 & \
    47 	linux, gtk, x86 
    47 linux, gtk, x86  & \
    48 
    48 macosx, cocoa, x86
       
    49 	
    49 # By default PDE creates one archive (result) per entry listed in the configs property.
    50 # By default PDE creates one archive (result) per entry listed in the configs property.
    50 # Setting this value to true will cause PDE to only create one output containing all 
    51 # Setting this value to true will cause PDE to only create one output containing all 
    51 # artifacts for all the platforms listed in the configs property.
    52 # artifacts for all the platforms listed in the configs property.
    52 # To control the output format for the group, add a "group, group, group - <format>" entry to the
    53 # To control the output format for the group, add a "group, group, group - <format>" entry to the
    53 # archivesFormat. 
    54 # archivesFormat.