projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed some problems found while compiling and linking Wine under
[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
EXTRALIBS = $(LIBUNICODE)
8
9
C_SRCS = \
10
draw.c \
11
main.c \
12
metric.c \
13
msstyles.c \
14
property.c \
15
stylemap.c \
16
system.c \
17
uxini.c
18
19
RC_SRCS = version.rc
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: