projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Give SetErrorMode the right argument to suppress crash dialogs.
[wine]
/
dlls
/
uxtheme
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = uxtheme.dll
6
IMPORTS = shlwapi user32 gdi32 advapi32 kernel32 ntdll
7
DELAYIMPORTS = msimg32
8
EXTRALIBS = $(LIBUNICODE)
9
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
19
20
RC_SRCS = version.rc
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies: