resource.jam

来自「经典开源游戏glest的源代码」· JAM 代码 · 共 23 行

JAM
23
字号
#============================================================================# Stub Rules for handling additional resources (the OS specific Jamfiles will# override these.#============================================================================##  Win32Resource##    Specify .rc files for targets. The .rc files should already have SEARCH##    set correctly.rule Win32Resource { }## ApplicationIconOSX basename : icon [ : pathcomponents ]##    Specify the icon for the application given by basename.  If##    pathcomponents is omitted, SEARCH_SOURCE is used.  If this rule is not##    invoked, then the icon specified via ApplicationIconDefaultOSX is used.##    If ApplicationIconDefaultOSX was never invoked, then no icon is used.rule ApplicationIconOSX { }## ApplicationIconDefaultOSX icon [ : pathcomponents ]##    Specify the default icon for GUI applications.  This setting can be##    overriden for a individual application with the ApplicationIconOSX rule.rule ApplicationIconDefaultOSX { }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?