projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
DirectX-XShm now waits for the X server to finish the previous frame
[wine]
/
dlls
/
imagehlp
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = imagehlp
7
8
SPEC_SRCS = imagehlp.spec
9
10
C_SRCS = \
11
access.c \
12
debug.c \
13
imagehlp_main.c \
14
integrity.c \
15
internal.c \
16
modify.c \
17
symbol.c
18
19
all: $(MODULE).o
20
21
@MAKE_RULES@
22
23
### Dependencies:
24