mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-05 09:39:58 +00:00
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']:
|
if wxenv['HAVE_WX']:
|
||||||
wxenv.Program(exeGUI, files + [ 'Main.cpp' ])
|
wxenv.Program(exeGUI, files + [ 'Main.cpp' ])
|
||||||
wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])
|
else:
|
||||||
|
wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user