$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: steven_at_[hidden]
Date: 2008-07-08 22:35:15
Author: steven_watanabe
Date: 2008-07-08 22:35:15 EDT (Tue, 08 Jul 2008)
New Revision: 47255
URL: http://svn.boost.org/trac/boost/changeset/47255
Log:
Make dynamic linking work
Text files modified:
branches/build/python_port/python/boost/build/tools/gcc.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
Modified: branches/build/python_port/python/boost/build/tools/gcc.py
==============================================================================
--- branches/build/python_port/python/boost/build/tools/gcc.py (original)
+++ branches/build/python_port/python/boost/build/tools/gcc.py 2008-07-08 22:35:15 EDT (Tue, 08 Jul 2008)
@@ -430,9 +430,8 @@
name, prop_set, sources)
return generated_targets
-__IMPLIB_COMMAND = None
if on_windows():
- __IMPLIB_COMMAND = '-Wl,--out-implib,'
+ flags('gcc.link.dll', '.IMPLIB-COMMAND', [], ['-Wl,--out-implib,'])
generators.register(
GccLinkingGenerator('gcc.link', True,
['OBJ', 'SEARCHED_LIB', 'STATIC_LIB', 'IMPORT_LIB'],