mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
* rc.jam (init): Set flags for <define> and <include> features.
Suggestion from Klaus Nowikow. [SVN r34470]
This commit is contained in:
@@ -47,6 +47,8 @@ rule configure ( command ? : condition ? : options * )
|
||||
{
|
||||
flags rc.compile.resource .RC $(condition) : $(command) ;
|
||||
flags rc.compile.resource .RC_TYPE $(condition) : $(rc-type:L) ;
|
||||
flags rc.compile.resource DEFINES <define> ;
|
||||
flags rc.compile.resource INCLUDES <include> ;
|
||||
if $(.debug-configuration)
|
||||
{
|
||||
ECHO notice: using rc compiler :: $(condition) :: $(command) ;
|
||||
|
||||
Reference in New Issue
Block a user