mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
15 lines
279 B
Makefile
15 lines
279 B
Makefile
MODULE = hnetcfg.dll
|
|
IMPORTS = oleaut32 ole32 advapi32 mpr uuid
|
|
DELAYIMPORTS = ws2_32 winhttp shcore xmllite
|
|
EXTRADLLFLAGS = -Wb,--prefer-native
|
|
|
|
SOURCES = \
|
|
apps.c \
|
|
hnetcfg.c \
|
|
hnetcfg.idl \
|
|
hnetcfg_tlb.idl \
|
|
manager.c \
|
|
policy.c \
|
|
port.c \
|
|
profile.c \
|
|
service.c
|