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:
nakeee 2009-03-21 19:55:10 +00:00
parent 853adcf5e4
commit e65eb58f00

View File

@ -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' ])