Sweden-Number/tools/widl
Martin Storsjö 7f95c69299 widl: Fix including tlb files in mingw-w64-tools configuration.
Prior to c94f44f9b4 (widl: Search for
imported typelibs in the library search path.), widl looked for
tlb files in the path specified by BIN_TO_INCLUDEDIR. After that
commit, widl looks for tlb files in a subdirectory (get_pe_dir)
of BIN_TO_DLLDIR (which mingw-w64 sets to the same as
BIN_TO_INCLUDEDIR).

For compatibility with the mingw-w64 usecase, check for tlb files
in the directory specified by BIN_TO_DLLDIR without a separate
subdirectory suffix too.

Signed-off-by: Martin Storsjö <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-12-29 13:44:03 +01:00
..
Makefile.in widl: Search for imported typelibs in the library search path. 2021-11-12 22:42:51 +01:00
client.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
expr.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
expr.h widl: Long constants must be 32-bit on all platforms. 2010-03-26 11:42:28 +01:00
hash.c widl: Compute uuids for parameterized types. 2021-02-18 22:39:33 +01:00
hash.h widl: Compute uuids for parameterized types. 2021-02-18 22:39:33 +01:00
header.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
header.h widl: Support WinRT runtimeclass type parsing. 2021-01-28 09:41:46 +01:00
parser.h widl: Support midl_pragma default option. 2021-02-16 23:01:38 +01:00
parser.l configure: Assume that unistd.h is available on Unix. 2021-12-09 18:43:51 +01:00
parser.y widl: Allow [hidden] and [version] on modules. 2021-10-04 15:49:59 +02:00
proxy.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
register.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
server.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
typegen.c tools: Avoid using wine/port.h. 2021-10-07 18:03:11 +02:00
typegen.h widl: Generate correct size and alignment for all types. 2018-06-05 10:07:10 +02:00
typelib.c widl: Search for imported typelibs in the library search path. 2021-11-12 22:42:51 +01:00
typelib.h widl: Support generating multiple typelibs into the same resource file. 2018-10-16 13:48:36 +02:00
typelib_struct.h widl: Windows file formats are always little-endian. 2021-11-11 17:50:24 +01:00
typetree.c widl: Allow runtimeclass to not have a default interface. 2021-03-10 18:43:15 +01:00
typetree.h widl: Always check the runtimeclass interfaces presence. 2021-03-19 19:55:34 +01:00
utils.c tools: Move the output buffer functions to the common header. 2021-12-10 22:00:17 +01:00
utils.h tools: Move the output buffer functions to the common header. 2021-12-10 22:00:17 +01:00
widl.c widl: Fix including tlb files in mingw-w64-tools configuration. 2021-12-29 13:44:03 +01:00
widl.h tools: Move target CPU and platform handling to the common tools.h header. 2021-11-18 11:50:30 +01:00
widl.man.in widl: Search for imported typelibs in the library search path. 2021-11-12 22:42:51 +01:00
widltypes.h widl: Generate helper macros for WinRT implementation. 2021-02-26 16:25:57 +01:00
write_msft.c makefiles: Directly generate resources also for non-registered typelibs. 2021-11-16 10:22:51 +01:00