projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
- Rework the {Insert,Delete}Column functions.
[wine]
/
dlls
/
mpr
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mpr.dll
6
IMPORTS = advapi32 kernel32
7
8
LDDLLFLAGS = @LDDLLFLAGS@
9
SYMBOLFILE = $(MODULE).tmp.o
10
11
C_SRCS = \
12
auth.c \
13
mpr_main.c \
14
multinet.c \
15
nps.c \
16
pwcache.c \
17
wnet.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies:
22