repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added rules for building import libraries in the individual dll
[wine.git]
/
dlls
/
winsock
/
Makefile.in
blob
032bab84ebc6159ef4ae9905f588a1e85c299857
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
=
user32 iphlpapi kernel32 ntdll
9
EXTRALIBS
= $(
LIBUNICODE
)
10
11
C_SRCS
=
\
12
async.c \
13
protocol.c \
14
socket.c
15
16
C_SRCS16
=
socket16.c
17
18
SPEC_SRCS16
=
winsock.spec
19
20
RC_SRCS
=
version.rc
21
22
SUBDIRS
=
tests
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies: