WXGL window

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1581 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-12-18 10:52:06 +00:00
parent 50d72c1e59
commit cbdcb536bf
3 changed files with 139 additions and 1 deletions

View File

@ -105,7 +105,10 @@ if gfxenv['HAVE_SDL']:
files += [
'SDLWindow.cpp',
]
if gfxenv['USE_WX']:
files += [
'WXGLWindow.cpp',
]
# Sanity check
if gfxenv['USE_WX'] and not gfxenv['HAVE_WX']:
print "Must have wx to use wxgl"