mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Add comments.
[SVN r17073]
This commit is contained in:
@@ -22,8 +22,10 @@ subfeature stdlib stlport : iostream : hostios : optional propagated ;
|
||||
# STLport debug allocation
|
||||
#subfeature stdlib stlport : debug-alloc : off on ;
|
||||
|
||||
|
||||
rule init ( headers : libraries ? )
|
||||
# Initialize stlport support.
|
||||
rule init ( headers # Location of header files
|
||||
: libraries ? # Location of libraries
|
||||
)
|
||||
{
|
||||
.headers = $(headers) ;
|
||||
.libraries = $(libraries) ;
|
||||
|
||||
@@ -22,8 +22,10 @@ subfeature stdlib stlport : iostream : hostios : optional propagated ;
|
||||
# STLport debug allocation
|
||||
#subfeature stdlib stlport : debug-alloc : off on ;
|
||||
|
||||
|
||||
rule init ( headers : libraries ? )
|
||||
# Initialize stlport support.
|
||||
rule init ( headers # Location of header files
|
||||
: libraries ? # Location of libraries
|
||||
)
|
||||
{
|
||||
.headers = $(headers) ;
|
||||
.libraries = $(libraries) ;
|
||||
|
||||
Reference in New Issue
Block a user