wine/dlls/opcservices/Makefile.in
Alexandre Julliard 7ac6cdfa00 configure: Use pkg-config to check for zlib.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-04 19:23:11 +02:00

14 lines
216 B
Makefile

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