[vlc-devel] [PATCH] vc2008: use files generated by MIDL

Sergey Radionov rsatom at gmail.com
Wed Feb 15 12:58:07 CET 2012


---
 build/vc2008/ActiveX/axvlc.vcproj |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/build/vc2008/ActiveX/axvlc.vcproj b/build/vc2008/ActiveX/axvlc.vcproj
index 373d0d8..7b3fbf8 100644
--- a/build/vc2008/ActiveX/axvlc.vcproj
+++ b/build/vc2008/ActiveX/axvlc.vcproj
@@ -37,6 +37,10 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TypeLibraryName="$(ProjectName).tlb"
+				OutputDirectory="$(InputDir)"
+				HeaderFileName="$(InputName)_idl.h"
+				InterfaceIdentifierFileName="$(InputName)_idl.c"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
@@ -113,6 +117,10 @@
 			/>
 			<Tool
 				Name="VCMIDLTool"
+				TypeLibraryName="$(ProjectName).tlb"
+				OutputDirectory="$(InputDir)"
+				HeaderFileName="$(InputName)_idl.h"
+				InterfaceIdentifierFileName="$(InputName)_idl.c"
 			/>
 			<Tool
 				Name="VCCLCompilerTool"
-- 
1.7.7.1.msysgit.0




More information about the vlc-devel mailing list