root/juggler/branches/2.2/modules/vapor/boost_filesystem.fpc.in

Revision 21069, 0.5 kB (checked in by patrick, 6 months ago)

MFT r21067: Handle Boost 1.35 where the new library Boost.System is a

dependency of Boost.Filesystem.

  • Property svn:eol-style set to native
Line 
1 # Private Variables
2 prefix = @BOOST_ROOT@
3 boost_ldflags = @BOOST_LDFLAGS@ @BOOST_FS_LINK@
4
5 # Standard Flagpoll Variables
6 Name: Boost.Filesystem
7 Description: The Boost.Filesystem Library provides portable facilities to query and manipulate paths, files, and directories.
8 URL: http://www.boost.org/libs/filesystem/doc/index.htm
9 Version: @BOOST_VERSION_DOT@
10 Provides: Boost.Filesystem boost.filesystem
11 Requires: boost = @BOOST_VERSION_DOT@ boost.system = @BOOST_VERSION_DOT@
12 Arch: @ISA@
13 Cflags: @BOOST_INCLUDES@
14 Libs: ${boost_ldflags}
Note: See TracBrowser for help on using the browser.