Add makedep magic comments for typelibs in resource files.
This commit is contained in:
parent
da19122f14
commit
8ebe988d2e
|
@ -20,4 +20,5 @@
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* @makedep: mshtml_tlb.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE mshtml_tlb.tlb
|
||||
|
|
|
@ -48,6 +48,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* @makedep: msiserver.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE msiserver.tlb
|
||||
|
||||
/* @makedep: instadvert.bmp */
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
|
||||
/* @makedep: msxml3_v1.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE msxml3_v1.tlb
|
||||
|
||||
#define WINE_OLESELFREGISTER
|
||||
|
|
|
@ -27,4 +27,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
/* @makedep: tmarshal.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE tmarshal.tlb
|
||||
|
|
|
@ -19,6 +19,8 @@
|
|||
#include "version.rc"
|
||||
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
|
||||
/* @makedep: shdocvw_v1.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE shdocvw_v1.tlb
|
||||
|
||||
/* @makedep: shdocvw.inf */
|
||||
|
|
|
@ -27,4 +27,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
/* @makedep: std_ole_v2.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE std_ole_v2.tlb
|
||||
|
|
|
@ -27,4 +27,5 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|||
|
||||
#include "wine/wine_common_ver.rc"
|
||||
|
||||
/* @makedep: std_ole_v1.tlb */
|
||||
1 TYPELIB LOADONCALL DISCARDABLE std_ole_v1.tlb
|
||||
|
|
Loading…
Reference in New Issue