winhlp32: Use TopicOffset mapping and get rid of unused function.
[wine/wine-kai.git] / dlls / uxtheme / Makefile.in
blobda6944fbeaf3842fd29fb5fc7a133b981f4774b7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = uxtheme.dll
6 IMPORTLIB = uxtheme
7 IMPORTS = user32 gdi32 advapi32 kernel32
8 DELAYIMPORTS = msimg32
10 C_SRCS = \
11 draw.c \
12 main.c \
13 metric.c \
14 msstyles.c \
15 property.c \
16 stylemap.c \
17 system.c \
18 uxini.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend