makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / uxtheme / Makefile.in
1 MODULE    = uxtheme.dll
2 IMPORTLIB = uxtheme
3 IMPORTS   = user32 gdi32 advapi32
4 DELAYIMPORTS = msimg32
5
6 C_SRCS = \
7         buffer.c \
8         draw.c \
9         main.c \
10         metric.c \
11         msstyles.c \
12         property.c \
13         stylemap.c \
14         system.c \
15         uxini.c
16
17 RC_SRCS = version.rc
18
19 @MAKE_DLL_RULES@