projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
wininet: Initialize path buffer in InternetSetCookie.
[wine]
/
dlls
/
mpr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mpr.dll
6
IMPORTLIB = libmpr.$(IMPLIBEXT)
7
IMPORTS = user32 advapi32 kernel32
8
9
C_SRCS = \
10
auth.c \
11
mpr_main.c \
12
multinet.c \
13
nps.c \
14
pwcache.c \
15
wnet.c
16
17
RC_SRCS = mpr.rc
18
19
@MAKE_DLL_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend