projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added MIME type checking to ResProtocol::Start.
[wine]
/
dlls
/
uxtheme
/
Makefile.in
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
9
EXTRALIBS = $(LIBUNICODE)
10
11
C_SRCS = \
12
draw.c \
13
main.c \
14
metric.c \
15
msstyles.c \
16
property.c \
17
stylemap.c \
18
system.c \
19
uxini.c
20
21
RC_SRCS = version.rc
22
23
@MAKE_DLL_RULES@
24
25
### Dependencies: