Update of /cvsroot/boost/boost/libs/iostreams/build
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv2791

Modified Files:
        Jamfile.v2 
Log Message:
Add file_descriptor.cpp and mapped_file.cpp to the list of compiled
files.

Patch from Takeshi Mouri.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/iostreams/build/Jamfile.v2,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Jamfile.v2  20 Mar 2007 07:30:43 -0000      1.9
+++ Jamfile.v2  9 Apr 2007 07:02:40 -0000       1.10
@@ -114,7 +114,7 @@
 }
 
 
-local sources ;
+local sources = file_descriptor.cpp mapped_file.cpp ;
 local z = [ create-library zlib : zll z : adler32 compress 
      crc32 deflate gzio infback inffast inflate inftrees trees uncompr zutil :
      <link>shared:<define>ZLIB_DLL ] ;


-------------------------------------------------------------------------
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