projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed ANSI C related compile problems.
[wine]
/
dlls
/
mpr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mpr
6
SOVERSION = 1.0
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
@MAKE_DLL_RULES@
19
20
### Dependencies:
21