wine/dlls/uxtheme/Makefile.in

20 lines
260 B
Makefile
Raw Normal View History

MODULE = uxtheme.dll
IMPORTLIB = uxtheme
IMPORTS = user32 gdi32 advapi32
DELAYIMPORTS = msimg32
C_SRCS = \
buffer.c \
2003-12-04 20:55:30 +00:00
draw.c \
main.c \
metric.c \
msstyles.c \
2003-12-04 20:55:30 +00:00
property.c \
stylemap.c \
system.c \
uxini.c
2003-12-04 20:55:30 +00:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@