Moved WiimoteNew into Dolphin and eliminated the old wiimote plugin. Removed wiimote...
[dolphin.git] / Source / Core / InputUICommon / Src / SConscript
blobb7cdc6ed1be0d67baa8e4d407ee2d27d3c0b5efb
1 # -*- python -*-
3 Import('env')
5 if not env['HAVE_WX']:
6         Return()
8 files = [
9         'WXInputBase.cpp',
10         ]
12 env.StaticLibrary(env['local_libs'] + 'inputuicommon', files)