projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed compiler warnings.
[wine]
/
dlls
/
mpr
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = mpr
7
8
SPEC_SRCS = mpr.spec
9
10
C_SRCS = \
11
auth.c \
12
mpr_main.c \
13
multinet.c \
14
nps.c \
15
pwcache.c \
16
wnet.c
17
18
all: $(MODULE).o
19
20
@MAKE_RULES@
21
22
### Dependencies:
23