mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-04 17:43:09 +01:00
2459bee8af
This allow to user to get abstracted about the passed intltool-merge flags, so this code: bld( features = 'intltool_in', flags = ['-d', '-q', '-u'], source = 'myapp.desktop.in', ) Now is equivalent to: bld( features = 'intltool_in', style = 'desktop', source = 'myapp.desktop.in', ) |
||
---|---|---|
.. | ||
data | ||
po | ||
.gitignore | ||
wscript |