[Commits] (heikki) GLCANVAS is apparently not supported in 2.6.0,
trying to disable like with linux and osx.
commits at osafoundation.org
commits at osafoundation.org
Fri Apr 29 23:39:38 PDT 2005
Commit by: heikki
Modified files:
internal/wxPython-2.5/Makefile 1.62 1.63
Log message:
GLCANVAS is apparently not supported in 2.6.0, trying to disable like with linux and osx.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/Makefile.diff?r1=text&tr1=1.62&r2=text&tr2=1.63
Index: internal/wxPython-2.5/Makefile
diff -u internal/wxPython-2.5/Makefile:1.62 internal/wxPython-2.5/Makefile:1.63
--- internal/wxPython-2.5/Makefile:1.62 Fri Apr 29 18:26:56 2005
+++ internal/wxPython-2.5/Makefile Fri Apr 29 23:39:37 2005
@@ -54,7 +54,7 @@
cp $(SRC)/wxPython/src/winxp.manifest $(BUILD_ROOT)/$(SNAP)/bin/python$(PYTHON_SUFFIX).exe.manifest; \
chmod a+x $(BUILD_ROOT)/$(SNAP)/bin/python$(PYTHON_SUFFIX).exe.manifest; \
$(PYTHON) setup.py BUILD_BASE=$(BUILD) \
- UNICODE=1 BUILD_ACTIVEX=0 \
+ UNICODE=1 BUILD_ACTIVEX=0 BUILD_GLCANVAS=0 \
USE_SWIG=$(SWIG_OPTION) \
SWIG=`cygpath -aw $(SWIG)` \
INSTALL_MULTIVERSION=0 \
More information about the Commits
mailing list