1 #============================================================================
2 # Stub Rules for handling additional resources (the OS specific Jamfiles will
4 #============================================================================
7 ## Specify .rc files for targets. The .rc files should already have SEARCH
11 ## ApplicationIconOSX basename : icon [ : pathcomponents ]
12 ## Specify the icon for the application given by basename. If
13 ## pathcomponents is omitted, SEARCH_SOURCE is used. If this rule is not
14 ## invoked, then the icon specified via ApplicationIconDefaultOSX is used.
15 ## If ApplicationIconDefaultOSX was never invoked, then no icon is used.
16 rule ApplicationIconOSX { }
18 ## ApplicationIconDefaultOSX icon [ : pathcomponents ]
19 ## Specify the default icon for GUI applications. This setting can be
20 ## overriden for a individual application with the ApplicationIconOSX rule.
21 rule ApplicationIconDefaultOSX { }