From 43aea6eb7746fa7728ca4e7d9d96ab523ab8edb8 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 29 Jan 2003 06:16:48 +0000 Subject: [PATCH] Add comments. [SVN r17073] --- new/stlport.jam | 6 ++++-- v2/stlport.jam | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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) ;