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
Move the name directive from the .spec file to the Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
winsock
/
Makefile.in
blob
ed18254700b2d94c3f0c2aa06cfc014dcd859f61
1
EXTRADEFS
= -
DUSE_WS_PREFIX
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
ws2_32.dll
7
IMPORTS
=
user32 kernel32 ntdll
8
ALTNAMES
=
winsock.dll
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
C_SRCS
=
\
14
async.c \
15
socket.c
16
17
SUBDIRS
=
tests
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: