aboutsummaryrefslogtreecommitdiffstats
path: root/scons/dxsdk.py
Commit message (Collapse)AuthorAgeFilesLines
* scons: use python3-compatible exceptionsEric Engestrom2017-09-251-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é Fonseca2009-09-141-3/+12
|
* scons: Don't raise an exception when DXSDK is not found.José Fonseca2009-06-291-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é Fonseca2009-06-261-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.