Fixed collate icon behavior.
[wine/multimedia.git] / dlls / shlwapi / Makefile.in
blobfc09c5e4dcba38b2fa3018eef462a7c657ecaf04
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 ntdll
8 DELAYIMPORTS = oleaut32
9 EXTRALIBS = -luuid $(LIBUNICODE)
11 C_SRCS = \
12 assoc.c \
13 clist.c \
14 istream.c \
15 msgbox.c \
16 ordinal.c \
17 path.c \
18 reg.c \
19 regstream.c \
20 shlwapi_main.c \
21 stopwatch.c \
22 string.c \
23 thread.c \
24 url.c \
25 wsprintf.c
27 RC_SRCS = \
28 shlwapi.rc
30 SUBDIRS = tests
32 @MAKE_DLL_RULES@
34 ### Dependencies: