diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:36:32 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:36:32 +0000 |
| commit | bc5df5cc9c2b11524938281f1b2043b185373020 (patch) | |
| tree | 3a56dc58b1da2483182645da3a392eb186b6c1b3 /src/wscript | |
| parent | 62365221dd3cd80d6b771e9bf22b4f9365ee096a (diff) | |
Some i18n stuff.
Diffstat (limited to 'src/wscript')
| -rw-r--r-- | src/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wscript b/src/wscript index ed497ff0c..abe39894d 100644 --- a/src/wscript +++ b/src/wscript @@ -11,3 +11,8 @@ def build(bld): def pot(bld): bld.recurse('lib') bld.recurse('wx') + bld.recurse('tools') + +def mo(bld): + bld.recurse('wx') + bld.recurse('tools') |
