|
Revision 20524, 458 bytes
(checked in by patrick, 1 year ago)
|
MFT r20519 (partial): Improve the Flagpoll situation on Windows. The
generated .fpc files are now more complete, and the
Boost-related .fpc files are actually generated.
|
- Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 |
# Private Variables |
|---|
| 2 |
prefix = @BOOST_ROOT@ |
|---|
| 3 |
boost_ldflags = @BOOST_LDFLAGS@ @BOOST_SIGNALS_LINK@ |
|---|
| 4 |
|
|---|
| 5 |
# Standard Flagpoll Variables |
|---|
| 6 |
Name: Boost.Signals |
|---|
| 7 |
Description: The Boost.Signals library is an implementation of a managed signals and slots system. |
|---|
| 8 |
URL: http://www.boost.org/doc/html/signals.html |
|---|
| 9 |
Version: @BOOST_VERSION_DOT@ |
|---|
| 10 |
Provides: Boost.Signals boost.signals |
|---|
| 11 |
Requires: boost = @BOOST_VERSION_DOT@ |
|---|
| 12 |
Arch: @ISA@ |
|---|
| 13 |
Cflags: @BOOST_INCLUDES@ |
|---|
| 14 |
Libs: ${boost_ldflags} |
|---|