Added support for video compressor/decompressor dynamic installation.
[wine/dcerpc.git] / dlls / shlwapi / Makefile.in
blobba9b494c10703ff85654f17df4948e82fff8a209
1 EXTRADEFS = -D_SHLWAPI_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = shlwapi.dll
7 IMPORTS = ole32 user32 gdi32 advapi32 kernel32
8 EXTRALIBS = $(LIBUUID) $(LIBUNICODE)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 assoc.c \
15 clist.c \
16 istream.c \
17 ordinal.c \
18 path.c \
19 reg.c \
20 regstream.c \
21 shlwapi_main.c \
22 string.c \
23 thread.c \
24 url.c \
25 wsprintf.c
27 SUBDIRS = tests
29 @MAKE_DLL_RULES@
31 ### Dependencies: