Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index a098a1c451fa9b7c8fa88da3c04ed0b62751a22a..fc43cf028b694a19689b29603345cbe26bdaeeb7 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2833,12 +2833,12 @@ |
}, |
'VCMIDLTool': { |
'GenerateStublessProxies': 'true', |
- 'TypeLibraryName': '$(InputName).tlb', |
- 'OutputDirectory': '$(IntDir)', |
- 'HeaderFileName': '$(InputName).h', |
- 'DLLDataFileName': 'dlldata.c', |
- 'InterfaceIdentifierFileName': '$(InputName)_i.c', |
- 'ProxyFileName': '$(InputName)_p.c', |
+ 'TypeLibraryName': '<(RULE_INPUT_NAME).tlb', |
+ 'OutputDirectory': '<(INTERMEDIATE_DIR)', |
+ 'HeaderFileName': '<(RULE_INPUT_NAME).h', |
+ 'DLLDataFileName': '<(RULE_INPUT_NAME).dlldata.c', |
Mark Mentovai
2012/03/30 12:54:27
This is not equivalent to what you’re replacing. I
|
+ 'InterfaceIdentifierFileName': '<(RULE_INPUT_NAME)_i.c', |
+ 'ProxyFileName': '<(RULE_INPUT_NAME)_p.c', |
}, |
'VCResourceCompilerTool': { |
'Culture' : '1033', |