]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
Minimal changes needed to build/run wxPython on the 2.5 branch after
[wxWidgets.git] / wxPython / setup.py
index dc52ba0d25140c9a38dba6a5d115fd01e57f14ac..93d8c255ae6ed51a024914db39f716464bd18864 100755 (executable)
@@ -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,