projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
net: Update Portuguese (Brazilian) translation.
[wine]
/
dlls
/
dpnet
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dpnet.dll
6
IMPORTLIB = dpnet
7
IMPORTS = dxguid uuid ole32 advapi32 kernel32
8
9
C_SRCS = \
10
address.c \
11
client.c \
12
dpnet_main.c \
13
lobbiedapp.c \
14
peer.c \
15
regsvr.c \
16
server.c \
17
threadpool.c
18
19
RC_SRCS = version.rc
20
21
@MAKE_DLL_RULES@