win: No need to set default linked libraries
This commit is contained in:
parent
9d921afff0
commit
02ee07c4a0
2 changed files with 13 additions and 17 deletions
|
@ -170,6 +170,19 @@
|
||||||
],
|
],
|
||||||
'msvs_settings': {
|
'msvs_settings': {
|
||||||
'VCLinkerTool': {
|
'VCLinkerTool': {
|
||||||
|
'AdditionalDependencies': [
|
||||||
|
'advapi32.lib',
|
||||||
|
'dbghelp.lib',
|
||||||
|
'dwmapi.lib',
|
||||||
|
'gdi32.lib',
|
||||||
|
'netapi32.lib',
|
||||||
|
'oleacc.lib',
|
||||||
|
'powrprof.lib',
|
||||||
|
'user32.lib',
|
||||||
|
'usp10.lib',
|
||||||
|
'version.lib',
|
||||||
|
'winspool.lib',
|
||||||
|
],
|
||||||
'DelayLoadDLLs': [
|
'DelayLoadDLLs': [
|
||||||
'ffmpegsumo.dll',
|
'ffmpegsumo.dll',
|
||||||
# content_common.gypi:
|
# content_common.gypi:
|
||||||
|
|
|
@ -67,23 +67,6 @@
|
||||||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||||
'CharacterSet': '1',
|
'CharacterSet': '1',
|
||||||
},
|
},
|
||||||
'msvs_settings': {
|
|
||||||
'VCLinkerTool': {
|
|
||||||
'AdditionalDependencies': [
|
|
||||||
'advapi32.lib',
|
|
||||||
'dbghelp.lib',
|
|
||||||
'dwmapi.lib',
|
|
||||||
'gdi32.lib',
|
|
||||||
'netapi32.lib',
|
|
||||||
'oleacc.lib',
|
|
||||||
'powrprof.lib',
|
|
||||||
'user32.lib',
|
|
||||||
'usp10.lib',
|
|
||||||
'version.lib',
|
|
||||||
'winspool.lib',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'conditions': [
|
'conditions': [
|
||||||
['OS!="mac"', {
|
['OS!="mac"', {
|
||||||
'defines': [
|
'defines': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue