[vlc-commits] vc2008: use files generated by MIDL
    Sergey Radionov 
    git at videolan.org
       
    Wed Feb 15 19:03:54 CET 2012
    
    
  
npapi-vlc | branch: master | Sergey Radionov <rsatom at gmail.com> | Wed Feb 15 18:58:07 2012 +0700| [65da750d7c58f558afe1222622b51eba0e8b1438] | committer: Jean-Baptiste Kempf
vc2008: use files generated by MIDL
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=65da750d7c58f558afe1222622b51eba0e8b1438
---
 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"
    
    
More information about the vlc-commits
mailing list