scons: building nogui only without wx (too much horrible dependecies)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2719 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
853adcf5e4
commit
e65eb58f00
|
@ -101,4 +101,5 @@ else:
|
|||
|
||||
if wxenv['HAVE_WX']:
|
||||
wxenv.Program(exeGUI, files + [ 'Main.cpp' ])
|
||||
wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])
|
||||
else:
|
||||
wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])
|
||||
|
|
Loading…
Reference in New Issue