wine/dlls/uxtheme/Makefile.in
Kevin Koltzau e04ff33417 Add INI file processing.
Full implementation of GetThemeDocumentationProperty.
Define string maps for parsing INI files into useable form.
Implemented (undocumented) ApplyTheme to select current theme.
2004-01-16 21:25:25 +00:00

24 lines
358 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = uxtheme.dll
IMPORTS = shlwapi user32 gdi32 advapi32 kernel32 ntdll
EXTRALIBS = $(LIBUNICODE)
C_SRCS = \
draw.c \
main.c \
metric.c \
msstyles.c \
property.c \
stylemap.c \
system.c \
uxini.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@
### Dependencies: