wine/dlls/hnetcfg/Makefile.in
Alexandre Julliard 088a787a2c makefiles: Make -mno-cygwin the default.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-09-20 22:45:48 +02:00

18 lines
246 B
Makefile

MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
EXTRADLLFLAGS = -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