msi: Fix writing of long strings to the database.
[wine/gsoc_dplay.git] / dlls / uxtheme / Makefile.in
blobb73ef9a1c85db6b0ad8a365e7df89443860c3f1e
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
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 SUBDIRS = tests
24 @MAKE_DLL_RULES@
26 ### Dependencies: