| Index: gpu_plugin/gpu_plugin.gyp
|
| ===================================================================
|
| --- gpu_plugin/gpu_plugin.gyp (revision 30977)
|
| +++ gpu_plugin/gpu_plugin.gyp (working copy)
|
| @@ -187,13 +187,9 @@
|
| 'conditions': [
|
| ['OS == "win" and (renderer == "d3d9" or renderer == "cb")',
|
| {
|
| - # These dependencies are temporary until the command buffer code
|
| - # loads D3D and D3DX dynamically.
|
| 'link_settings': {
|
| 'libraries': [
|
| '"$(DXSDK_DIR)/Lib/x86/DxErr.lib"',
|
| - '"$(DXSDK_DIR)/Lib/x86/d3dx9.lib"',
|
| - '-ld3d9.lib',
|
| ],
|
| },
|
| },
|
|
|