projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use a linked list instead of a DPA for the hook list.
[wine]
/
dlls
/
windebug
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = windebug
7
8
SPEC_SRCS = windebug.spec
9
10
C_SRCS = \
11
windebug_main.c
12
13
all: $(MODULE).o
14
15
@MAKE_RULES@
16
17
### Dependencies:
18