projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Moved imports specification from the .spec into the Makefile so that
[wine]
/
dlls
/
imagehlp
/
Makefile.in
1
EXTRADEFS = -D_IMAGEHLP_SOURCE_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = imagehlp.dll
7
IMPORTS = kernel32.dll ntdll.dll
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
access.c \
14
debug.c \
15
imagehlp_main.c \
16
integrity.c \
17
internal.c \
18
modify.c \
19
symbol.c
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies:
24