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:
nakeee 2008-12-07 00:28:00 +00:00
parent a9b2738a36
commit 98f40d80b7
1 changed files with 1 additions and 1 deletions

View File

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