Removed uses of the non standard ICOM_VTBL macro.
[wine] / dlls / shlwapi / Makefile.in
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)
9
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
12
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
26
27 SUBDIRS = tests
28
29 @MAKE_DLL_RULES@
30
31 ### Dependencies: