]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
SWIGged code update
[wxWidgets.git] / wxPython / setup.py
index dfef8c1d50ab3a4aa3ca81cde522fdb91a8e99ee..27f7138ff3655db70ca683a9a47cfca575080e31 100755 (executable)
@@ -28,7 +28,7 @@ on.
 """
 
 
-BUILD_GLCANVAS = 0 # If true, build the contrib/glcanvas extension module
+BUILD_GLCANVAS = 1 # If true, build the contrib/glcanvas extension module
 BUILD_OGL = 1      # If true, build the contrib/ogl extension module
 BUILD_STC = 1      # If true, build the contrib/stc extension module
 BUILD_IEWIN = 0    # Internet Explorer wrapper (experimental)
@@ -547,7 +547,7 @@ if not GL_ONLY and BUILD_STC:
 
 
     swig_files = ['stc_.i']
-    swig_sources = run_swig(swig_files, location, '', PKGDIR,
+    swig_sources = run_swig(swig_files, location, GENDIR, PKGDIR,
                             USE_SWIG, swig_force,
                             swig_args + ['-I'+STC_H, '-I'+location],
                             [opj(STC_H, 'stc.h')])