Changes between Initial Version and Version 1 of Ticket #52
- Timestamp:
- Feb 13, 2006, 12:02:43 PM (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52 – Description
initial v1 9 9 * <link>shared:<define>BOOST_SOMELIB_PLEASE_USE_DECLSPEC_IN_HEADERS 10 10 * <link>shared:<define>BOOST_SUPPRESSAUTOLINK 11 12 13 14 15 16 BOOST_ALL_DYN_LINK17 18 1. Don't set them at all, since they cause autolink which is not necessary if19 we're linking to a library using V2 -- the library will be found anyway.20 2. But with (2), the __dllexport won't be used, so we need so set some macro to
