repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
kernel: Better support for detached processes.
[wine/gsoc_dplay.git]
/
dlls
/
winsock
/
Makefile.in
blob
5187c38a8487e4cfbf7c9918afc2861a774e5a18
1
EXTRADEFS
= -
DUSE_WS_PREFIX
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
ws2_32.dll
7
IMPORTLIB
=
libws2_32.
$(
IMPLIBEXT
)
8
IMPORTS
=
iphlpapi kernel32 ntdll
9
DELAYIMPORTS
=
user32
10
EXTRALIBS
= $(
LIBUNICODE
)
11
12
C_SRCS
=
\
13
async.c \
14
protocol.c \
15
socket.c
16
17
C_SRCS16
=
socket16.c
18
19
SPEC_SRCS16
=
winsock.spec
20
21
RC_SRCS
=
version.rc
22
23
SUBDIRS
=
tests
24
25
@MAKE_DLL_RULES@
26
27
### Dependencies: