1#============================================================================
2# Stub Rules for handling additional resources (the OS specific Jamfiles will
3# override these.
4#============================================================================
5
6##  Win32Resource
7##    Specify .rc files for targets. The .rc files should already have SEARCH
8##    set correctly.
9rule Win32Resource { }
10
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.
16rule ApplicationIconOSX { }
17
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.
21rule ApplicationIconDefaultOSX { }
22
23