Fix linker errors about missing registry APIs
This commit is contained in:
parent
2813bef741
commit
12773cff6e
1 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,13 @@
|
||||||
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)',
|
||||||
'CharacterSet': '1',
|
'CharacterSet': '1',
|
||||||
},
|
},
|
||||||
|
'msvs_settings': {
|
||||||
|
'VCLinkerTool': {
|
||||||
|
'AdditionalDependencies': [
|
||||||
|
'advapi32.lib',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
'Debug': {
|
'Debug': {
|
||||||
'inherit_from': [
|
'inherit_from': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue