wine/dlls/netcfgx/Makefile.in
Eric Pouech 4f308b2b04 netcfgx: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-02-16 17:16:52 +01:00

11 lines
142 B
Makefile

MODULE = netcfgx.dll
IMPORTS = uuid
EXTRADLLFLAGS = -Wb,--prefer-native
C_SRCS = \
main.c \
netcfg.c
IDL_SRCS = netcfgx_classes.idl