diff --git a/new/stlport.jam b/new/stlport.jam index 219bbe732..65fd4aee9 100644 --- a/new/stlport.jam +++ b/new/stlport.jam @@ -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) ; diff --git a/v2/stlport.jam b/v2/stlport.jam index 219bbe732..65fd4aee9 100644 --- a/v2/stlport.jam +++ b/v2/stlport.jam @@ -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) ;