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

Revision 21069, 481 bytes (checked in by patrick, 8 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_SYSTEM_LINK@
4
5 # Standard Flagpoll Variables
6 Name: Boost.System
7 Description: Operating system support, including the diagnostics support that will be part of the C++0x standard library.
8 URL: http://www.boost.org/libs/system/doc/index.htm
9 Version: @BOOST_VERSION_DOT@
10 Provides: Boost.System boost.system
11 Requires: boost = @BOOST_VERSION_DOT@
12 Arch: @ISA@
13 Cflags: @BOOST_INCLUDES@
14 Libs: ${boost_ldflags}
Note: See TracBrowser for help on using the browser.