Removing d3dcompiler dependency.
This commit is contained in:
parent
5b66549b2b
commit
f4f401e927
16
xenia.gyp
16
xenia.gyp
|
@ -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': [
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue