wine/dlls/hnetcfg/Makefile.in
Paul Gofman 42d12db0ee hnetcfg: Get control URL for WANIPConnection service in init_gateway_connection().
Signed-off-by: Paul Gofman <pgofman@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-01 18:23:18 +01:00

19 lines
323 B
Makefile

EXTRADEFS = -DWINE_NO_LONG_TYPES
MODULE = hnetcfg.dll
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
DELAYIMPORTS = ws2_32 winhttp shcore xmllite
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