mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
119f6e7b2a
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
12 lines
220 B
Makefile
12 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
|