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

Modified Files:
        soap.jam 
Log Message:
Pass result via virtual-target.register

Index: soap.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/example/generator/soap.jam,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- soap.jam    25 Nov 2006 18:48:12 -0000      1.1
+++ soap.jam    11 May 2007 12:58:36 -0000      1.2
@@ -58,7 +58,8 @@
                     t2 = [ new file-target $(name)_server : CPP : $(project)
                       : $(a) ] ;
                 }
-                return $(t) $(t2) ;
+                return [ virtual-target.register $(t) ] 
+                      [ virtual-target.register $(t2) ] ;
             }
         }
     }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to