Removing d3dcompiler dependency.

This commit is contained in:
Ben Vanik 2015-01-31 10:15:27 -08:00
parent 5b66549b2b
commit f4f401e927
1 changed files with 0 additions and 16 deletions

View File

@ -407,9 +407,6 @@
'ole32', 'ole32',
'wsock32', 'wsock32',
'Ws2_32', 'Ws2_32',
'dxgi',
'd3d11',
'd3dcompiler',
'xinput', 'xinput',
'xaudio2', 'xaudio2',
'Shell32', 'Shell32',
@ -437,19 +434,6 @@
}], }],
], ],
}, },
'conditions': [
['OS == "win"', {
'copies': [
{
'files': [
# Depending on which SDK you have...
'<(windows_sdk_dir)/redist/d3d/x64/d3dcompiler_47.dll',
],
'destination': '<(PRODUCT_DIR)',
},
],
}],
],
'cflags': [ 'cflags': [
], ],