wine/dlls/comsvcs/Makefile.in
Eric Pouech c7c44c593a comsvcs: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-09 18:37:32 +01:00

14 lines
192 B
Makefile

MODULE = comsvcs.dll
IMPORTLIB = comsvcs
IMPORTS = ole32 uuid
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
main.c \
property.c
IDL_SRCS = \
comsvcs_classes.idl \
comsvcs_tlb.idl