waf 1.6: bring back -Wl,--soname, fix waf warnings

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-09-12 16:19:24 +01:00
parent 0536f2416f
commit a16ebdd4ba
4 changed files with 10 additions and 10 deletions

View File

@@ -309,7 +309,7 @@ class apiscan_task(Task.TaskBase):
"""Uses gccxml to scan the file 'everything.h' and extract API definitions.
"""
after = 'gen_ns3_module_header ns3header'
before = 'cc cxx gchx'
before = 'cc cxx'
color = "BLUE"
def __init__(self, curdirnode, env, bld, target, cflags, module):
self.bld = bld
@@ -402,7 +402,7 @@ class python_scan_task_collector(Task.TaskBase):
class gen_ns3_compat_pymod_task(Task.Task):
"""Generates a 'ns3.py' compatibility module."""
before = 'cc cxx gchx'
before = 'cc cxx'
color = 'BLUE'
def run(self):