wine/dlls/comsvcs/Makefile.in
Alexandre Julliard 0ed2adf60f comsvcs: Use --prefer_native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-03-02 10:53:55 +01:00

13 lines
190 B
Makefile

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