wine/dlls/opcservices/Makefile.in
Alexandre Julliard d933672538 opcservices: Use the bundled zlib.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-10-18 11:08:07 +02:00

13 lines
220 B
Makefile

MODULE = opcservices.dll
IMPORTS = $(ZLIB_PE_LIBS) uuid ole32 advapi32 urlmon xmllite oleaut32
EXTRAINCL = $(ZLIB_PE_CFLAGS)
C_SRCS = \
compress.c \
factory.c \
package.c \
uri.c
IDL_SRCS = \
opcservices.idl