a not that is not suppose to be a not
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1418 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a9b2738a36
commit
98f40d80b7
|
@ -78,6 +78,6 @@ else:
|
||||||
|
|
||||||
#objects = [ wxenv.Object(srcFile) for srcFile in files ]
|
#objects = [ wxenv.Object(srcFile) for srcFile in files ]
|
||||||
|
|
||||||
if not 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' ])
|
wxenv.Program(exeNoGUI, files + [ 'MainNoGUI.cpp' ])
|
||||||
|
|
Loading…
Reference in New Issue