Adding Direct X SDK include directory.

This makes it possible to keep a copy of the Direct X SDK in third_party/directxsdk/files and get it automatically used instead of having to install it manually on the system.

BUG=none
TEST=Compilation with SDK files in third_party/directxsdk/files  and uninstalled Direct X SDK on Windows.
Review URL: https://webrtc-codereview.appspot.com/937028

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3153 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2012-11-23 08:54:07 +00:00
parent 087723bc4d
commit 97dcf36a7b

View File

@ -19,6 +19,7 @@
'include_dirs': [
'include',
'../interface',
'<(directx_sdk_path)/Include',
],
'direct_dependent_settings': {
'include_dirs': [