![]() |
wtools 4.0.0-pre7
ESO waf tools
|
Static Public Member Functions | |
| configure_postload (cnf, requires, **kwargs) | |
| configure_preload (cnf, requires, **kwargs) | |
Static Public Attributes | |
| list | requires = [] |
| list | tools = [] |
Adds an integer version number following the same scheme as boost: Given integer `num` representing version x.y.z: x = num / 100000 y = num / 100 % 1000 z = num % 100 `num` is saved in configuration context `PROJECT_VERSION_INTEGER` (typically accessed as `cnf.env.PROJECT_VERSION_INTEGER`).