4486a5165c6aa060a7e0711cbbc8dc8b8f7eb67c
[supertux.git] / mk / jam / resource.jam
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.
9 rule 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.
16 rule 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.
21 rule ApplicationIconDefaultOSX { }
22