wine/dlls/hnetcfg/Makefile.in
Alexandre Julliard 6f3f06840d hnetcfg: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 10:25:59 +01:00

18 lines
258 B
Makefile

MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
EXTRADLLFLAGS = -mno-cygwin -Wb,--prefer-native
C_SRCS = \
apps.c \
hnetcfg.c \
manager.c \
policy.c \
port.c \
profile.c \
service.c
IDL_SRCS = \
hnetcfg.idl \
hnetcfg_tlb.idl