Define NS3_ASSERT_ENABLE and NS3_LOG_ENABLE, to make sure we pick up all definitions (such as the logging APIs)

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-07-23 11:48:17 +01:00
parent b9722796d7
commit 5a71f60c7a
7 changed files with 509 additions and 229 deletions

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 515)
REQUIRED_PYBINDGEN_VERSION = (0, 8, 0, 516)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)