diff options
Diffstat (limited to 'base/allocator/allocator.gyp')
-rw-r--r-- | base/allocator/allocator.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 82876ab..fd33645 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -20,7 +20,7 @@ ], 'direct_dependent_settings': { 'configurations': { - 'Common': { + 'Common_Base': { 'msvs_settings': { 'VCLinkerTool': { 'IgnoreDefaultLibraryNames': ['libcmtd.lib', 'libcmt.lib'], @@ -261,7 +261,7 @@ }, }, 'configurations': { - 'Debug': { + 'Debug_Base': { 'msvs_settings': { 'VCCLCompilerTool': { 'RuntimeLibrary': '0', |