wine/dlls/hnetcfg/Makefile.in
Alexandre Julliard 4572f1674a hnetcfg: Build with msvcrt.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 08:37:27 +02:00

18 lines
238 B
Makefile

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