Sweden-Number/tools/widl
Martin Storsjo 57433856b4 widl: Pick up the target arch from a prefix on argv[0].
If the executable is named <target>-widl, try to pick up the target
arch implicitly from there.

Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-17 17:42:15 +02:00
..
Makefile.in makefiles: Expand makedep path at compile time. 2020-09-09 20:30:31 +02:00
client.c widl: Replace type_list_t with typeref_list_t. 2021-02-17 21:42:18 +01: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 widl: Generate typedefs for namespaced struct / enum types. 2021-03-23 20:58:45 +01: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 widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
parser.y widl: Precompute qualified type names, and use them for C++ interfaces. 2021-02-19 23:46:30 +01:00
proxy.c widl: Output interface C names in method argument list. 2020-09-07 21:07:00 +02:00
register.c widl: Only register activatable WinRT runtimeclass. 2021-03-17 15:36:48 +01:00
server.c widl: Cast server functions to void *. 2020-04-09 21:04:04 +02:00
typegen.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +01:00
typegen.h widl: Generate correct size and alignment for all types. 2018-06-05 10:07:10 +02:00
typelib.c widl: Support WinRT delegate type. 2021-02-18 22:39:33 +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: Fix a variable name in a comment. 2019-09-02 20:46:58 +02: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 widl: Introduce new strappend helper. 2021-02-12 14:46:32 +01:00
utils.h widl: Introduce new strappend helper. 2021-02-12 14:46:32 +01:00
widl.c widl: Pick up the target arch from a prefix on argv[0]. 2021-05-17 17:42:15 +02:00
widl.h widl: Add PPC64 support. 2021-02-09 13:03:47 +01:00
widl.man.in widl: Add --sysroot and --nostdinc options. 2019-11-02 13:55:16 +01:00
widltypes.h widl: Generate helper macros for WinRT implementation. 2021-02-26 16:25:57 +01:00
write_msft.c widl: Replace type_list_t with typeref_list_t. 2021-02-17 21:42:18 +01:00