taskmgr: Avoid forward declarations and make functions static.
[wine.git] / dlls / uxtheme / Makefile.in
blob292799228a5acc8783c5c5d76af038acce30b2c7
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = uxtheme.dll
6 IMPORTLIB = libuxtheme.$(IMPLIBEXT)
7 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
8 DELAYIMPORTS = msimg32
9 EXTRALIBS = $(LIBUNICODE)
11 C_SRCS = \
12 draw.c \
13 main.c \
14 metric.c \
15 msstyles.c \
16 property.c \
17 stylemap.c \
18 system.c \
19 uxini.c
21 RC_SRCS = version.rc
23 @MAKE_DLL_RULES@
25 ### Dependencies: