Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scons: Prune out unnecessary targets. | Jose Fonseca | 2020-03-30 | 1 | -73/+0 |
| | | | | | | | | | | | | | | | | This prunes out all targets except libgl-gdi, libgl-xlib, and svga, as suggested by Marek Olšák. libgl-xlib will be remove once I have had time to confirm no automated tests we have rely upon it. There are also a bunch of Makefile.sources which become orphaned as result, that are not taken care of in this change. v2: Prune remainders of swr support. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4348> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4348> | ||||
* | scons: use python3-compatible exceptions | Eric Engestrom | 2017-09-25 | 1 | -1/+1 |
| | | | | | | These changes were generated using python's `2to3` tool. Signed-off-by: Eric Engestrom <[email protected]> | ||||
* | scons: Allow to use MS's DXSDK headers with MinGW. | José Fonseca | 2009-09-14 | 1 | -3/+12 |
| | |||||
* | scons: Don't raise an exception when DXSDK is not found. | José Fonseca | 2009-06-29 | 1 | -5/+3 |
| | | | | | Unfortunately scons does not check if a tool exists before it invokes its generate function. | ||||
* | scons: Tool to build with DirectX SDK. | José Fonseca | 2009-06-26 | 1 | -0/+66 |
Also works with MinGW, as long as the path to the DirectX SDK top directory is set in the DXSDK_DIR environment variable. |