OSDN Git Service

scons: Don't raise an exception when DXSDK is not found.
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 29 Jun 2009 11:56:47 +0000 (12:56 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 29 Jun 2009 11:56:47 +0000 (12:56 +0100)
commit9a5ee124347d3f75be2e957142143338dd96abe3
tree9d343cd1dbfd2b22376591889bf5b8969b5d4d18
parentbb8f3090ba37aa3f24943fdb43c4120776289658
scons: Don't raise an exception when DXSDK is not found.

Unfortunately scons does not check if a tool exists before it invokes
its generate function.
scons/dxsdk.py