Commit 6e49740d by apatrick@chromium.org

Added DX SDK search paths to libGLESv2.

Now it builds if these aren't in the default search path. Should it support x64 targets as well? Review URL: http://codereview.appspot.com/949041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@175 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent e4b08c8c
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
'libGLESv2', 'libGLESv2',
'.', '.',
'../include', '../include',
'$(DXSDK_DIR)/include',
], ],
'sources': [ 'sources': [
'common/angleutils.h', 'common/angleutils.h',
...@@ -186,6 +187,7 @@ ...@@ -186,6 +187,7 @@
], ],
'msvs_settings': { 'msvs_settings': {
'VCLinkerTool': { 'VCLinkerTool': {
'AdditionalLibraryDirectories': ['$(DXSDK_DIR)/lib/x86'],
'AdditionalDependencies': ['d3dx9.lib'], 'AdditionalDependencies': ['d3dx9.lib'],
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment