summaryrefslogtreecommitdiff
path: root/scons/python.py
AgeCommit message (Collapse)AuthorFilesLines
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-72/+0
Because: - bindings are not fully automatic, and they are broken most of the time - unit tests/samples can be written in C on top of graw - tracing/retracing is more useful at API levels with stable ABIs such as GL, producing traces that cover more layers of the driver stack and and can be used for regression testing
2009-03-30scons: Get python extensions building correctly on windows.José Fonseca1-1/+3
2008-07-15python: Don't use python cflags as they conflict with existing flags.José Fonseca1-9/+8
2008-07-15python: Move the python scons code to a separate tool module.José Fonseca1-0/+71