Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9963

Modified Files:
        pch.jam 
Log Message:
Add comment

Index: pch.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/pch.jam,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pch.jam     24 Sep 2006 09:38:46 -0000      1.3
+++ pch.jam     24 Sep 2006 09:40:40 -0000      1.4
@@ -50,6 +50,9 @@
 
     rule run ( project name ? : property-set : sources * )
     {
+        # The two sources are cpp file and PCHEADER, but they
+        # can be passed in any order. Figure out which source
+        # is what.
         local cpp = $(sources[2]) ;
         local h   = $(sources[1]) ;
         if [ $(sources[2]).type ] = PCHEADER


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to