From 140d836e9cd54fb67b969fd82ef7ed19ba574d40 Mon Sep 17 00:00:00 2001 From: Luca Falavigna Date: Sat, 26 Apr 2014 15:11:58 +0200 Subject: Imported Upstream version 2.3.1 --- src/engine/SCons/Tool/midl.xml | 49 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 42 insertions(+), 7 deletions(-) (limited to 'src/engine/SCons/Tool/midl.xml') diff --git a/src/engine/SCons/Tool/midl.xml b/src/engine/SCons/Tool/midl.xml index 51693db..272ebac 100644 --- a/src/engine/SCons/Tool/midl.xml +++ b/src/engine/SCons/Tool/midl.xml @@ -1,36 +1,60 @@ + + + +%scons; + +%builders-mod; + +%functions-mod; + +%tools-mod; + +%variables-mod; +]> + + + + Sets construction variables for the Microsoft IDL compiler. + -MIDL -MIDLFLAGS -MIDLCOM +MIDL +MIDLFLAGS +MIDLCOM -MIDLCOMSTR +MIDLCOMSTR + Builds a Windows type library (.tlb) file from an input IDL file (.idl). In addition, it will build the associated inteface stub and proxy source files, naming them according to the base name of the .idl file. For example, + - + env.TypeLibrary(source="foo.idl") - + + Will create foo.tlb, foo.h, foo_i.c, @@ -38,31 +62,42 @@ Will create foo.tlb, and foo_data.c files. + + The Microsoft IDL compiler. + + The command line used to pass files to the Microsoft IDL compiler. + + The string displayed when the Microsoft IDL copmiler is called. If this is not set, then &cv-link-MIDLCOM; (the command line) is displayed. + + General options passed to the Microsoft IDL compiler. + + + \ No newline at end of file -- cgit v1.2.3