root/trunk/libffado/support/mixer/SConscript
Revision 571, 234 bytes (checked in by arnonym, 15 years ago) |
---|
Line | |
---|---|
1 | #! /usr/bin/env python |
2 | |
3 | Import( 'env' ) |
4 | |
5 | if env['HAVE_PYUIC']: |
6 | |
7 | env = env.Copy() |
8 | |
9 | for app in ["mixer_phase24.ui","mixer_phase88.ui"]: |
10 | env.Command( target=app.replace(".","")+".py", source=app, action="pyuic $SOURCE > $TARGET" ) |
11 | |
12 |
Note: See TracBrowser for help on using the browser.