X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1fded56b375bf7a4687af1cdb182899614c1b2a8..c89d41600b3fd4e61893cf69bec4e44f14b5f9e3:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index dc52ba0d25..93d8c255ae 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -748,7 +748,7 @@ if BUILD_OGL: '%s/composit.cpp' % OGLLOC, '%s/divided.cpp' % OGLLOC, '%s/lines.cpp' % OGLLOC, - '%s/misc.cpp' % OGLLOC, + '%s/oglmisc.cpp' % OGLLOC, '%s/basic2.cpp' % OGLLOC, '%s/canvas.cpp' % OGLLOC, '%s/constrnt.cpp' % OGLLOC, @@ -758,7 +758,7 @@ if BUILD_OGL: ] + swig_sources, include_dirs = [OGLINC] + includes, - define_macros = defines, + define_macros = defines + [('wxUSE_DEPRECATED', '0')], library_dirs = libdirs, libraries = libs,