2
0
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:
Vladimir Prus
2003-01-29 06:16:48 +00:00
parent e13e04e1c8
commit 43aea6eb77
2 changed files with 8 additions and 4 deletions

View File

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

View File

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