repo.or.cz
/
wine
/
hacks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
push 583922ece91f6a3e6a32c772f3574cd16e6257fa
[wine/hacks.git]
/
dlls
/
uxtheme
/
Makefile.in
blob
46a2e7e84404ad33c5ce92f1cb7e001e19c6f22d
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
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@
# everything below this line is overwritten by make depend