Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index c0b770dcc43a9afaaebf4a127720cf56195d2609..1b056c9a23e648b94063361baecf69d416d40289 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2842,12 +2842,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', |
+ 'InterfaceIdentifierFileName': '<(RULE_INPUT_NAME)_i.c', |
+ 'ProxyFileName': '<(RULE_INPUT_NAME)_p.c', |
}, |
'VCResourceCompilerTool': { |
'Culture' : '1033', |