Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index a5a0f13d6cdb20359e32fb8f03b03581767dcfa4..73fa44c4c3a051ff94398837e43150f26829de3f 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1769,6 +1769,16 @@ |
} |
} |
}], |
+ ['"<(GENERATOR)"=="msvs"', { |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ # Make the pdb name sane. Otherwise foo.exe and foo.dll both have |
Sigurður Ásgeirsson
2012/11/08 20:45:00
nit: > 80 chars.
|
+ # foo.pdb. The ninja generator already defaults to this and |
+ # can't handle the $(TargetPath) macro. |
+ 'ProgramDatabaseFile': '$(TargetPath).pdb', |
+ } |
+ }, |
+ }], |
], # win_z7!=0 |
}], # OS==win |
['enable_task_manager==1', { |