projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
The wavemap driver wasn't passing the callback type to the
[wine]
/
dlls
/
icmp
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = icmp
7
8
SPEC_SRCS = icmp.spec
9
10
C_SRCS = icmp_main.c
11
12
all: $(MODULE).o
13
14
@MAKE_RULES@
15
16
### Dependencies:
17
18
19