2
0
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:
Vladimir Prus
2006-07-07 05:25:40 +00:00
parent ad1e6a2db5
commit 757cd4a0cd

View File

@@ -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) ;