summaryrefslogtreecommitdiffstats
path: root/o3d/tests/tests.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/tests/tests.gyp')
-rw-r--r--o3d/tests/tests.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/tests/tests.gyp b/o3d/tests/tests.gyp
index a8c6766..36c9fa0 100644
--- a/o3d/tests/tests.gyp
+++ b/o3d/tests/tests.gyp
@@ -162,7 +162,7 @@
'editbin /SUBSYSTEM:CONSOLE $(OutDir)/$(TargetFileName)',
},
],
- ['OS == "win" and renderer == "d3d9"',
+ ['OS == "win" and (renderer == "d3d9" or renderer == "cb")',
{
'sources': [
'common/win/dxcapture.cc',
@@ -173,7 +173,7 @@
'msvs_settings': {
'VCLinkerTool': {
'AdditionalDependencies': [
- '"$(DXSDK_DIR)/Lib/x86/DxErr9.lib"',
+ '"$(DXSDK_DIR)/Lib/x86/DxErr.lib"',
'"$(DXSDK_DIR)/Lib/x86/d3dx9.lib"',
'd3d9.lib',
],