mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 18:07:12 +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', ) |
||
---|---|---|
.. | ||
asm | ||
bisonflex | ||
c | ||
c++ | ||
csharp | ||
d | ||
dbus | ||
fortran | ||
glib2 | ||
intltool | ||
java | ||
jni | ||
lua | ||
mac_app | ||
perl | ||
precious | ||
python | ||
qt4 | ||
ruby | ||
subst | ||
tex | ||
unit_test | ||
vala | ||
variants | ||
wscript |