projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Dutch resource translation.
[wine]
/
dlls
/
mpr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mpr.dll
6
IMPORTS = user32 advapi32 kernel32
7
EXTRALIBS = $(LIBUNICODE)
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 = \
18
mpr.rc \
19
version.rc
20
21
22
@MAKE_DLL_RULES@
23
24
### Dependencies: