root/trunk/libffado/support/mixer/SConscript

Revision 591, 216 bytes (checked in by arnonym, 17 years ago)

Adopt the pyuic-check to my new-gained knowledge:-)

Line 
1 #! /usr/bin/env python
2
3 Import( 'env' )
4
5 if env.has_key('PYUIC'):
6         for app in ["mixer_phase24.ui","mixer_phase88.ui"]:
7                 env.Command( target=app.replace(".","")+".py", source=app, action="$PYUIC $SOURCE > $TARGET" )
Note: See TracBrowser for help on using the browser.